Code

more fixes and removal of certain sentences not needed
authorBenoit Mortier <opensides@users.sourceforge.net>
Tue, 24 Oct 2006 21:54:06 +0000 (21:54 +0000)
committerBenoit Mortier <opensides@users.sourceforge.net>
Tue, 24 Oct 2006 21:54:06 +0000 (21:54 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1525 f882894a-f735-0410-b71e-b25c423dba1c

plugins-root/check_icmp.c

index 53017c8160b323de2c02284fd8549d8c83b99ddb..0b2932bb158e06e90a901af824b23c05462ccf70 100644 (file)
@@ -1209,13 +1209,13 @@ print_help(void)
   printf ("    %s", _("max packet interval (currently "));
   printf ("%0.3fms)\n",(float)pkt_interval / 1000);
   printf (" %s\n", "-I");
-  printf ("    %s\n", _("max target interval (currently "));
+  printf ("    %s", _("max target interval (currently "));
   printf ("%0.3fms)\n", (float)target_interval / 1000);
   printf (" %s\n", "-l");
-  printf ("    %s\n", _("TTL on outgoing packets (currently "));
+  printf ("    %s", _("TTL on outgoing packets (currently "));
   printf ("%u)", ttl);
   printf (" %s\n", "-t");
-  printf ("    %s\n",_("timeout value (seconds, currently  "));
+  printf ("    %s",_("timeout value (seconds, currently  "));
   printf ("%u)\n", timeout);
   printf (" %s\n", "-b");
   printf ("    %s\n", _("icmp packet size (currenly ignored)"));
@@ -1232,9 +1232,9 @@ print_help(void)
   printf ("%s\n", _("are spent and CRITICAL if >= 14 hops are spent."));
   printf ("%s\n\n", _("NOTE: Some systems decrease TTL when forming ICMP_ECHOREPLY, others do not."));
   printf ("%s\n\n", _("The -v switch can be specified several times for increased verbosity."));
-  printf ("%s\n", _("Long options are currently unsupported."));
+/*  printf ("%s\n", _("Long options are currently unsupported."));
   printf ("%s\n", _("Options marked with * require an argument"));
-
+*/
   printf (_(UT_SUPPORT));
   
   printf (_(UT_NOWARRANTY));
@@ -1246,5 +1246,5 @@ void
 print_usage (void)
 {
   printf (_("Usage:"));
-  printf("Usage: %s [options] [-H] host1 host2 hostn\n", progname);
+  printf(" %s [options] [-H] host1 host2 hostn\n", progname);
 }