diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 10:34:12 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 10:34:12 +0200 |
commit | 27d30c3df0904ef4c81ad5adc50fa451777693a9 (patch) | |
tree | 81138dd2e7bf505a4187171a4bc940bc9d57444f /plugins-root/check_icmp.c | |
parent | efba4f76545fe03aa9b9af35f23e6f7aad5aabcd (diff) | |
download | monitoring-plugins-27d30c3df0904ef4c81ad5adc50fa451777693a9.tar.gz |
Fix typo
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
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")); |