diff options
| author | Tom Lane | 2007-12-11 19:57:32 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-12-11 19:57:32 +0000 |
| commit | b60053dd5a764f376f07be2cf2afe00ebc478f3d (patch) | |
| tree | 320cdbd6ba5a9b03c4d5f5778d494e00a866f144 /src/bin/scripts/createuser.c | |
| parent | 0e905d89b8220bec8e1483cd826decad707e9f50 (diff) | |
Make documentation of -W options more accurate and uniform.
Diffstat (limited to 'src/bin/scripts/createuser.c')
| -rw-r--r-- | src/bin/scripts/createuser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c index db89ff725a..8eab51391e 100644 --- a/src/bin/scripts/createuser.c +++ b/src/bin/scripts/createuser.c @@ -329,7 +329,7 @@ help(const char *progname) printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); printf(_(" -p, --port=PORT database server port\n")); printf(_(" -U, --username=USERNAME user name to connect as (not the one to create)\n")); - printf(_(" -W, --password prompt for password to connect\n")); + printf(_(" -W, --password force password prompt\n")); printf(_("\nIf one of -s, -S, -d, -D, -r, -R and ROLENAME is not specified, you will\n" "be prompted interactively.\n")); printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n")); |
