diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-06-29 19:22:26 +0000 |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-06-29 19:22:26 +0000 |
commit | 58f124b80330917c003e24b35748d4ef7cb38056 (patch) | |
tree | 5f7fdf8fc6c20ff7a433106e9219ee37b07ea5f5 /plugins/check_ping.c | |
parent | 825a7322b131a16819b0cacccc186b86fffc57eb (diff) | |
download | monitoring-plugins-58f124b80330917c003e24b35748d4ef7cb38056.tar.gz |
Changed usage output to show -4 and -6 are mutually exclusive. You can only
use one or the other but not both. The last one used will win out.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@570 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ping.c')
-rw-r--r-- | plugins/check_ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c index ffe7a7d5..0b2afce5 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c @@ -19,7 +19,7 @@ const char *progname = "check_ping"; #define OPTIONS "\ -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n\ - [-p packets] [-t timeout] [-L] [-4] [-6]\n" + [-p packets] [-t timeout] [-L] [-4|-6]\n" #define LONGOPTIONS "\ -H, --hostname=HOST\n\ |