summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
diff options
context:
space:
mode:
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 7f01e1b6..d181af56 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -2114,7 +2114,7 @@ void print_help(void) {
2114 printf(" %s", _("max packet interval (default ")); 2114 printf(" %s", _("max packet interval (default "));
2115 printf("%0.3fms)\n", (float)DEFAULT_PKT_INTERVAL / 1000); 2115 printf("%0.3fms)\n", (float)DEFAULT_PKT_INTERVAL / 1000);
2116 printf(" %s\n", "-I"); 2116 printf(" %s\n", "-I");
2117 printf(" %s%0.3fms)\n The time intervall to wait in between one target and the next", 2117 printf(" %s%0.3fms)\n The time interval to wait in between one target and the next",
2118 _("max target interval (default "), (float)DEFAULT_TARGET_INTERVAL / 1000); 2118 _("max target interval (default "), (float)DEFAULT_TARGET_INTERVAL / 1000);
2119 printf(" %s\n", "-m"); 2119 printf(" %s\n", "-m");
2120 printf(" %s", _("number of alive hosts required for success")); 2120 printf(" %s", _("number of alive hosts required for success"));