diff options
-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 | } |