[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2029] nagiosplug/trunk/plugins-root/check_icmp.c

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Fri Aug 8 04:08:09 CEST 2008


Revision: 2029
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2029&view=rev
Author:   dermoth
Date:     2008-08-08 02:08:08 +0000 (Fri, 08 Aug 2008)

Log Message:
-----------
Typo in --help output

Modified Paths:
--------------
    nagiosplug/trunk/plugins-root/check_icmp.c

Modified: nagiosplug/trunk/plugins-root/check_icmp.c
===================================================================
--- nagiosplug/trunk/plugins-root/check_icmp.c	2008-08-05 11:14:40 UTC (rev 2028)
+++ nagiosplug/trunk/plugins-root/check_icmp.c	2008-08-08 02:08:08 UTC (rev 2029)
@@ -1296,7 +1296,7 @@
   printf ("\n");
   printf (" %s\n", "-l");
   printf ("    %s", _("TTL on outgoing packets (currently "));
-  printf ("%u)", ttl);
+  printf ("%u)\n", ttl);
   printf (" %s\n", "-t");
   printf ("    %s",_("timeout value (seconds, currently  "));
   printf ("%u)\n", timeout);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list