diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-06-01 05:38:33 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-06-01 05:38:33 (GMT) |
commit | 9d9a79f9b9d015d1fed85289b80813fc2b76c8df (patch) | |
tree | 9421a1b7fe790a15e4590fdf8c1e12b234a88d03 /plugins/check_tcp.c | |
parent | 1c70ae69ea43e6c431a59bd81921c173005b0541 (diff) | |
download | monitoring-plugins-9d9a79f9b9d015d1fed85289b80813fc2b76c8df.tar.gz |
typos in doco
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@530 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_tcp.c')
-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" |