[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.88,1.89
Ton Voon
tonvoon at users.sourceforge.net
Wed Feb 14 11:11:09 CET 2007
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23328
Modified Files:
check_tcp.c
Log Message:
Documentation fix re: --escape flag. Fix of ./check_tcp test to webservers
to make it more standards compliant
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- check_tcp.c 6 Feb 2007 23:30:54 -0000 1.88
+++ check_tcp.c 14 Feb 2007 10:11:06 -0000 1.89
@@ -614,7 +614,7 @@
printf (_(UT_IPv46));
printf (" %s\n", "-E, --escape");
- printf (" %s\n", _("Can use \\n, \\r, \\t or \\ in send or quit string."));
+ printf (" %s\n", _("Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or quit option"));
printf (" %s\n", _("Default: nothing added to send, \\r\\n added to end of quit"));
printf (" %s\n", "-s, --send=STRING");
printf (" %s\n", _("String to send to the server"));
More information about the Commits
mailing list