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

These options are not currently supported.
This commit is contained in:
Sebastian Harl 2011-04-07 11:32:30 +02:00
parent a241ab0b9d
commit b3773ae7e5

View file

@ -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);