Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b2543a

Browse files
committed
pg_isready: Make --help output more consistent with other utilities
1 parente714d03 commit9b2543a

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=USERNAMEdatabase username\n"));
223+
printf(_(" -U, --username=USERNAMEuser name to connect as\n"));
224224
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
225225
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp