mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 06:36:55 -04:00
check_fping: Remove unused printf(3) arguments
This commit is contained in:
parent
c9169d1256
commit
baa388e6fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue