diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 11:41:41 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 11:41:41 +0200 |
commit | bf67d5cb53e1810cb083ca72943375cbbc941acf (patch) | |
tree | 4423e626f28a93f9816f3ee9edff10bff187a1ec /plugins-root | |
parent | 771ccfa52691e591be3736b6d03f36e69d82e464 (diff) | |
download | monitoring-plugins-bf67d5cb53e1810cb083ca72943375cbbc941acf.tar.gz |
check_icmp: remove dead comment
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_icmp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index be686ee3..ca12b466 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -2127,14 +2127,6 @@ void print_help(void) { | |||
2127 | _("You can specify different RTA factors using the standardized abbreviations")); | 2127 | _("You can specify different RTA factors using the standardized abbreviations")); |
2128 | printf(" %s\n", | 2128 | printf(" %s\n", |
2129 | _("us (microseconds), ms (milliseconds, default) or just plain s for seconds.")); | 2129 | _("us (microseconds), ms (milliseconds, default) or just plain s for seconds.")); |
2130 | /* -d not yet implemented */ | ||
2131 | /* printf ("%s\n", _("Threshold format for -d is warn,crit. 12,14 means WARNING if >= 12 | ||
2132 | hops")); printf ("%s\n", _("are spent and CRITICAL if >= 14 hops are spent.")); printf | ||
2133 | ("%s\n\n", _("NOTE: Some systems decrease TTL when forming ICMP_ECHOREPLY, others do | ||
2134 | not."));*/ | ||
2135 | /* printf ("%s\n", _("Long options are currently unsupported.")); | ||
2136 | printf ("%s\n", _("Options marked with * require an argument")); | ||
2137 | */ | ||
2138 | 2130 | ||
2139 | printf(UT_SUPPORT); | 2131 | printf(UT_SUPPORT); |
2140 | } | 2132 | } |