Sfoglia il codice sorgente

check_pgsql: Removed -4/-6 flags from help output.

These options are not currently supported.
Sebastian Harl 15 anni fa
parent
commit
b3773ae7e5
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      plugins/check_pgsql.c

+ 0 - 2
plugins/check_pgsql.c

@@ -496,8 +496,6 @@ print_help (void)
 
 	printf (UT_HOST_PORT, 'P', myport);
 
-	printf (UT_IPv46);
-
 	printf (" %s\n", "-d, --database=STRING");
 	printf ("    %s", _("Database to check "));
 	printf (_("(default: %s)"), DEFAULT_DB);