aboutsummaryrefslogtreecommitdiff
path: root/plugins/utils.h.in
diff options
context:
space:
mode:
authorGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2002-10-18 03:46:43 +0000
committerGravatar Karl DeBisschop <kdebisschop@users.sourceforge.net> 2002-10-18 03:46:43 +0000
commit5c93a3f1164325ab586ee0b1fe04e947a5411407 (patch)
treecbf0c7ab2fa8b0cf4314d61d3a524e90cad42e8a /plugins/utils.h.in
parentb7e21ac5d2215f95116bc3ba48b1200f039d4207 (diff)
downloadmonitoring-plugins-5c93a3f1164325ab586ee0b1fe04e947a5411407.tar.gz
refine STD_LONG_OPTS
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@138 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h.in')
-rw-r--r--plugins/utils.h.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/utils.h.in b/plugins/utils.h.in
index 5a3e1201..d88d0cb0 100644
--- a/plugins/utils.h.in
+++ b/plugins/utils.h.in
@@ -99,14 +99,12 @@ int max_state(int, int);
most will or should. Therefore, for consistency, these very common
options should have only these meanings throughout the overall suite */
-#define STD_OPTS "Vvht:c:w:H:F:"
-#define STD_OPTS_LONG \
+#define STD_LONG_OPTS \
{"version",no_argument,0,'V'},\
{"verbose",no_argument,0,'v'},\
{"help",no_argument,0,'h'},\
{"timeout",required_argument,0,'t'},\
{"critical",required_argument,0,'c'},\
{"warning",required_argument,0,'w'},\
-{"hostname",required_argument,0,'H'},\
-{"file",required_argument,0,'F'}
+{"hostname",required_argument,0,'H'}