mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
check_icmp: remove dead comment
This commit is contained in:
parent
771ccfa526
commit
bf67d5cb53
1 changed files with 0 additions and 8 deletions
|
|
@ -2127,14 +2127,6 @@ void print_help(void) {
|
|||
_("You can specify different RTA factors using the standardized abbreviations"));
|
||||
printf(" %s\n",
|
||||
_("us (microseconds), ms (milliseconds, default) or just plain s for seconds."));
|
||||
/* -d not yet implemented */
|
||||
/* printf ("%s\n", _("Threshold format for -d is warn,crit. 12,14 means WARNING if >= 12
|
||||
hops")); printf ("%s\n", _("are spent and CRITICAL if >= 14 hops are spent.")); printf
|
||||
("%s\n\n", _("NOTE: Some systems decrease TTL when forming ICMP_ECHOREPLY, others do
|
||||
not."));*/
|
||||
/* printf ("%s\n", _("Long options are currently unsupported."));
|
||||
printf ("%s\n", _("Options marked with * require an argument"));
|
||||
*/
|
||||
|
||||
printf(UT_SUPPORT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue