diff options
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 ffe7a7d..0b2afce 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c | |||
@@ -19,7 +19,7 @@ const char *progname = "check_ping"; | |||
19 | 19 | ||
20 | #define OPTIONS "\ | 20 | #define OPTIONS "\ |
21 | -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n\ | 21 | -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n\ |
22 | [-p packets] [-t timeout] [-L] [-4] [-6]\n" | 22 | [-p packets] [-t timeout] [-L] [-4|-6]\n" |
23 | 23 | ||
24 | #define LONGOPTIONS "\ | 24 | #define LONGOPTIONS "\ |
25 | -H, --hostname=HOST\n\ | 25 | -H, --hostname=HOST\n\ |