diff options
-rw-r--r-- | plugins/check_by_ssh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 905b2393..2c19fd06 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -432,7 +432,6 @@ void print_help(void) { | |||
432 | printf(" %s\n", _("Tell ssh to use this configfile [optional]")); | 432 | printf(" %s\n", _("Tell ssh to use this configfile [optional]")); |
433 | printf(" %s\n", "-q, --quiet"); | 433 | printf(" %s\n", "-q, --quiet"); |
434 | printf(" %s\n", _("Tell ssh to suppress warning and diagnostic messages [optional]")); | 434 | printf(" %s\n", _("Tell ssh to suppress warning and diagnostic messages [optional]")); |
435 | printf(UT_WARN_CRIT); | ||
436 | printf(UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 435 | printf(UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |
437 | printf(" %s\n", "-U, --unknown-timeout"); | 436 | printf(" %s\n", "-U, --unknown-timeout"); |
438 | printf(" %s\n", _("Make connection problems return UNKNOWN instead of CRITICAL")); | 437 | printf(" %s\n", _("Make connection problems return UNKNOWN instead of CRITICAL")); |