summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91dd53e)
raw | patch | inline | side by side (parent: 91dd53e)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Sat, 16 Aug 2008 04:47:22 +0000 (04:47 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Sat, 16 Aug 2008 04:47:22 +0000 (04:47 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2033 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_fping.c | patch | blob | history |
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index 5a0ab8cc08fb436ba17cd4a7ab02c4a899a0e953..aeb2f936169fd43427b30bfc6bd893b11cfc29b0 100644 (file)
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
printf (" %s\n", "-c, --critical=THRESHOLD");
printf (" %s\n", _("critical threshold pair"));
printf (" %s\n", "-b, --bytes=INTEGER");
- printf (" %s\n", _("size of ICMP packet (default: %d)"),PACKET_SIZE);
+ printf (" %s (default: %d)\n", _("size of ICMP packet"),PACKET_SIZE);
printf (" %s\n", "-n, --number=INTEGER");
- printf (" %s\n", _("number of ICMP packets to send (default: %d)"),PACKET_COUNT);
+ printf (" %s (default: %d)\n", _("number of ICMP packets to send"),PACKET_COUNT);
printf (_(UT_VERBOSE));
printf ("\n");
printf (" %s\n", _("THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time (ms)"));