aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-17 23:18:57 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2013-08-17 23:18:57 +0200
commitbaa388e6fa66a231f79365b77c6dbd8dd4c32db7 (patch)
treea4875731ea9062182d74824d86b236f2a68dea67
parentc9169d1256b9e8a95e4ae2efcf2c2164864f22bd (diff)
downloadmonitoring-plugins-baa388e6fa66a231f79365b77c6dbd8dd4c32db7.tar.gz
check_fping: Remove unused printf(3) arguments
-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 f5b43320..2c3eceb4 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -430,9 +430,9 @@ print_help (void)
printf (" %s\n", "-n, --number=INTEGER");
printf (" %s (default: %d)\n", _("number of ICMP packets to send"),PACKET_COUNT);
printf (" %s\n", "-T, --target-timeout=INTEGER");
- printf (" %s (default: fping's default for -t)\n", _("Target timeout (ms)"),PACKET_COUNT);
+ printf (" %s (default: fping's default for -t)\n", _("Target timeout (ms)"));
printf (" %s\n", "-i, --interval=INTEGER");
- printf (" %s (default: fping's default for -p)\n", _("Interval (ms) between sending packets"),PACKET_COUNT);
+ printf (" %s (default: fping's default for -p)\n", _("Interval (ms) between sending packets"));
printf (" %s\n", "-S, --sourceip=HOST");
printf (" %s\n", _("name or IP Address of sourceip"));
printf (" %s\n", "-I, --sourceif=IF");