mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-19 16:57:35 -04:00
check_by_ssh: Remove warning/critical from help
This commit is contained in:
parent
75658bd04d
commit
02adcbfa89
1 changed files with 0 additions and 1 deletions
|
|
@ -432,7 +432,6 @@ void print_help(void) {
|
|||
printf(" %s\n", _("Tell ssh to use this configfile [optional]"));
|
||||
printf(" %s\n", "-q, --quiet");
|
||||
printf(" %s\n", _("Tell ssh to suppress warning and diagnostic messages [optional]"));
|
||||
printf(UT_WARN_CRIT);
|
||||
printf(UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
|
||||
printf(" %s\n", "-U, --unknown-timeout");
|
||||
printf(" %s\n", _("Make connection problems return UNKNOWN instead of CRITICAL"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue