pg_isready: Make --help output more consistent with other utilities

This commit is contained in:
Peter Eisentraut 2013-07-07 16:01:29 -04:00
parent e714d03142
commit 9b2543a401
1 changed files with 1 additions and 1 deletions

View File

@ -220,6 +220,6 @@ help(const char *progname)
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
printf(_(" -p, --port=PORT database server port\n"));
printf(_(" -t, --timeout=SECS seconds to wait when attempting connection, 0 disables (default: %s)\n"), DEFAULT_CONNECT_TIMEOUT);
printf(_(" -U, --username=USERNAME database username\n"));
printf(_(" -U, --username=USERNAME user name to connect as\n"));
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
}