From: Peter Eisentraut Date: Sun, 7 Jul 2013 20:01:29 +0000 (-0400) Subject: pg_isready: Make --help output more consistent with other utilities X-Git-Tag: XL9_5_R1BETA1~313^2~1^2~1466 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9b2543a4018c7f746bdb8d379c4ebc89c7d5f831;p=postgres-xl.git pg_isready: Make --help output more consistent with other utilities --- diff --git a/src/bin/scripts/pg_isready.c b/src/bin/scripts/pg_isready.c index d4fe620e43..c676ab86ec 100644 --- a/src/bin/scripts/pg_isready.c +++ b/src/bin/scripts/pg_isready.c @@ -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 .\n")); }