diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 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\ |
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 0f19c01..b8af1a1 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -29,7 +29,7 @@ This plugin tests %s connections with the specified host.\n"; | |||
29 | const char *option_summary = "\ | 29 | const char *option_summary = "\ |
30 | -H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n\ | 30 | -H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n\ |
31 | [-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n\ | 31 | [-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n\ |
32 | [-t to_sec] [-r refuse_state] [-v] [-4] [-6]\n"; | 32 | [-t to_sec] [-r refuse_state] [-v] [-4|-6]\n"; |
33 | 33 | ||
34 | const char *options = "\ | 34 | const char *options = "\ |
35 | -H, --hostname=ADDRESS\n\ | 35 | -H, --hostname=ADDRESS\n\ |