summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 11:46:45 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 11:46:45 +0200
commitbd55d9cd2d30deb2146d63af0c6ac1daa79cc496 (patch)
tree15e8b473e04ab60024ef71556f122e7c9fffc2dd /plugins-root/check_icmp.c
parent8626d22fc5df98d73b36eedb01cb4ed02908ea18 (diff)
downloadmonitoring-plugins-bd55d9cd2d30deb2146d63af0c6ac1daa79cc496.tar.gz
check_icmp: Add missing line ending in help
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r--plugins-root/check_icmp.c2
1 files changed, 1 insertions, 1 deletions
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) {
2104 "historical purposes\n")); 2104 "historical purposes\n"));
2105 2105
2106 printf(" %s\n", "-I, --target-interval=TARGET_INTERVAL"); 2106 printf(" %s\n", "-I, --target-interval=TARGET_INTERVAL");
2107 printf(" %s%0.3fms)\n The time interval to wait in between one target and the next", 2107 printf(" %s%0.3fms)\n The time interval to wait in between one target and the next\n",
2108 _("max target interval (default "), (float)DEFAULT_TARGET_INTERVAL / 1000); 2108 _("max target interval (default "), (float)DEFAULT_TARGET_INTERVAL / 1000);
2109 printf(" %s\n", "-m, --minimal-host-alive=MIN_ALIVE"); 2109 printf(" %s\n", "-m, --minimal-host-alive=MIN_ALIVE");
2110 printf(" %s", _("number of alive hosts required for success. If less than MIN_ALIVE hosts " 2110 printf(" %s", _("number of alive hosts required for success. If less than MIN_ALIVE hosts "