From 9d9a79f9b9d015d1fed85289b80813fc2b76c8df Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sun, 1 Jun 2003 05:38:33 +0000 Subject: 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 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) { printf ("Usage: %s -H host -p port [-w warn_time] [-c crit_time] [-s send_string]\n" - " [-e expect_string] [-q quit_string] [-m maxbytes] [-W wait]\n" + " [-e expect_string] [-q quit_string] [-m maxbytes] [-d delay]\n" " [-t to_sec] [-v]\n", progname); } @@ -530,7 +530,7 @@ print_help (void) " Response time to result in critical status (seconds)\n" " -t, --timeout=INTEGER\n" " Seconds before connection times out (default: %d)\n" - " -v" + " -v, --verbose" " Show details for command-line debugging (do not use with nagios server)\n" " -h, --help\n" " Print detailed help screen\n" -- cgit v0.10-9-g596f