Sfoglia il codice sorgente

check_by_ssh: fix documentation - -w/-c do not exist for this plugin

madlohe 4 anni fa
parent
commit
8af8b37c31
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      plugins/check_by_ssh.c

+ 0 - 1
plugins/check_by_ssh.c

@@ -430,7 +430,6 @@ 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 (UT_VERBOSE);
 	printf("\n");