Skip to content

Commit 9b2543a

Browse files
committed
pg_isready: Make --help output more consistent with other utilities
1 parent e714d03 commit 9b2543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/scripts/pg_isready.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ help(const char *progname)
220220
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
221221
printf(_(" -p, --port=PORT database server port\n"));
222222
printf(_(" -t, --timeout=SECS seconds to wait when attempting connection, 0 disables (default: %s)\n"), DEFAULT_CONNECT_TIMEOUT);
223-
printf(_(" -U, --username=USERNAME database username\n"));
223+
printf(_(" -U, --username=USERNAME user name to connect as\n"));
224224
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
225225
}

0 commit comments

Comments
 (0)