summaryrefslogtreecommitdiffstats
path: root/plugins/check_fping.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-08-16 04:47:22 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-08-16 04:47:22 (GMT)
commit564816c1243a4fc4474d4b70136925d6c2fbd577 (patch)
tree3f0e8eacbdc3a98c2069fa540428f7e838edf3be /plugins/check_fping.c
parent91dd53e0f4ee3f4c8e0ec234837309025eb439c8 (diff)
downloadmonitoring-plugins-564816c1243a4fc4474d4b70136925d6c2fbd577.tar.gz
Fix check_fping --help output (Patch from http://blog.barfoo.org/projects/rpms-for-sles10)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2033 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r--plugins/check_fping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index 5a0ab8c..aeb2f93 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -391,9 +391,9 @@ print_help (void)
391 printf (" %s\n", "-c, --critical=THRESHOLD"); 391 printf (" %s\n", "-c, --critical=THRESHOLD");
392 printf (" %s\n", _("critical threshold pair")); 392 printf (" %s\n", _("critical threshold pair"));
393 printf (" %s\n", "-b, --bytes=INTEGER"); 393 printf (" %s\n", "-b, --bytes=INTEGER");
394 printf (" %s\n", _("size of ICMP packet (default: %d)"),PACKET_SIZE); 394 printf (" %s (default: %d)\n", _("size of ICMP packet"),PACKET_SIZE);
395 printf (" %s\n", "-n, --number=INTEGER"); 395 printf (" %s\n", "-n, --number=INTEGER");
396 printf (" %s\n", _("number of ICMP packets to send (default: %d)"),PACKET_COUNT); 396 printf (" %s (default: %d)\n", _("number of ICMP packets to send"),PACKET_COUNT);
397 printf (_(UT_VERBOSE)); 397 printf (_(UT_VERBOSE));
398 printf ("\n"); 398 printf ("\n");
399 printf (" %s\n", _("THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time (ms)")); 399 printf (" %s\n", _("THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time (ms)"));