[nagiosplug] check_fping: Remove unused printf(3) arguments
"Nagios Plugin Development" <[email protected]> Sat, 17 Aug 2013 21:20:17 +0000
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: baa388e6fa66a231f79365b77c6dbd8dd4c32db7 Author: Holger Weiss <[email protected]> Date: Sat Aug 17 23:18:57 2013 +0200 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=baa388e check_fping: Remove unused printf(3) arguments --- plugins/check_fping.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/check_fping.c b/plugins/check_fping.c index f5b4332..2c3eceb 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"); ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk