mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Getopt bug (Joe Rhett)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@857 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
bfa2b045a0
commit
7e6dc23d02
1 changed files with 1 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ process_arguments (int argc, char **argv)
|
|||
{"verbose", no_argument, 0, 'v'},
|
||||
{"post", required_argument, 0, 'P'},
|
||||
{"IP-address", required_argument, 0, 'I'},
|
||||
{"url", required_argument, 0, 'u'},
|
||||
{"string", required_argument, 0, 's'},
|
||||
{"regex", required_argument, 0, 'r'},
|
||||
{"ereg", required_argument, 0, 'r'},
|
||||
|
|
|
|||
Loading…
Reference in a new issue