[Nagiosplug-checkins] CVS: nagiosplug/plugins check_tcp.c,1.13.2.1,1.13.2.2

Karl DeBisschop kdebisschop at users.sourceforge.net
Sat May 31 22:39:08 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv6916

Modified Files:
      Tag: r1_3_0
	check_tcp.c 
Log Message:
typos in doco


Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -r1.13.2.1 -r1.13.2.2
*** check_tcp.c	1 Jun 2003 05:19:36 -0000	1.13.2.1
--- check_tcp.c	1 Jun 2003 05:38:33 -0000	1.13.2.2
***************
*** 491,495 ****
  	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"
  		 "         [-t to_sec] [-v]\n", progname);
  }
--- 491,495 ----
  	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] [-d delay]\n"
  		 "         [-t to_sec] [-v]\n", progname);
  }
***************
*** 531,535 ****
  		 " -t, --timeout=INTEGER\n"
  		 "    Seconds before connection times out (default: %d)\n"
! 		 " -v"
  		 "    Show details for command-line debugging (do not use with nagios server)\n"
  		 " -h, --help\n"
--- 531,535 ----
  		 " -t, --timeout=INTEGER\n"
  		 "    Seconds before connection times out (default: %d)\n"
! 		 " -v, --verbose"
  		 "    Show details for command-line debugging (do not use with nagios server)\n"
  		 " -h, --help\n"





More information about the Commits mailing list