From ec1f4555db7e6ba2d0a34c57c58bfad948c2a354 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Tue, 24 Oct 2006 21:54:06 +0000 Subject: [PATCH] more fixes and removal of certain sentences not needed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1525 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-root/check_icmp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 53017c8..0b2932b 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c @@ -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); } -- 2.30.2