diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 444166d..8a4b70d 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -490,7 +490,7 @@ print_usage (void) | |||
490 | { | 490 | { |
491 | printf | 491 | printf |
492 | ("Usage: %s -H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" | 492 | ("Usage: %s -H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" |
493 | " [-e expect_string] [-q quit_string] [-m maxbytes] [-W wait]\n" | 493 | " [-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" |
494 | " [-t to_sec] [-v]\n", progname); | 494 | " [-t to_sec] [-v]\n", progname); |
495 | } | 495 | } |
496 | 496 | ||
@@ -530,7 +530,7 @@ print_help (void) | |||
530 | " Response time to result in critical status (seconds)\n" | 530 | " Response time to result in critical status (seconds)\n" |
531 | " -t, --timeout=INTEGER\n" | 531 | " -t, --timeout=INTEGER\n" |
532 | " Seconds before connection times out (default: %d)\n" | 532 | " Seconds before connection times out (default: %d)\n" |
533 | " -v" | 533 | " -v, --verbose" |
534 | " Show details for command-line debugging (do not use with nagios server)\n" | 534 | " Show details for command-line debugging (do not use with nagios server)\n" |
535 | " -h, --help\n" | 535 | " -h, --help\n" |
536 | " Print detailed help screen\n" | 536 | " Print detailed help screen\n" |