mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-19 02:27:55 -05:00
check_icmp: Add missing line ending in help
This commit is contained in:
parent
8626d22fc5
commit
bd55d9cd2d
1 changed files with 1 additions and 1 deletions
|
|
@ -2104,7 +2104,7 @@ void print_help(void) {
|
|||
"historical purposes\n"));
|
||||
|
||||
printf(" %s\n", "-I, --target-interval=TARGET_INTERVAL");
|
||||
printf(" %s%0.3fms)\n The time interval to wait in between one target and the next",
|
||||
printf(" %s%0.3fms)\n The time interval to wait in between one target and the next\n",
|
||||
_("max target interval (default "), (float)DEFAULT_TARGET_INTERVAL / 1000);
|
||||
printf(" %s\n", "-m, --minimal-host-alive=MIN_ALIVE");
|
||||
printf(" %s", _("number of alive hosts required for success. If less than MIN_ALIVE hosts "
|
||||
|
|
|
|||
Loading…
Reference in a new issue