From bd55d9cd2d30deb2146d63af0c6ac1daa79cc496 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:46:45 +0200 Subject: check_icmp: Add missing line ending in help --- plugins-root/check_icmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins-root/check_icmp.c') diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 03924a7e..d46d2ccc 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c @@ -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 " -- cgit v1.2.3-74-g34f1