diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-11 19:57:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-11 19:57:32 +0000 |
commit | 1ebff9ba81afbb885d8c34d7e4e975f5cdbe9a4a (patch) | |
tree | e2071cd9cbfec6f721b2468c4a9e93e30f652074 /src/bin/scripts/createdb.c | |
parent | 1161f1ae1474e373ac02fd24898f12d9c7c43436 (diff) | |
download | postgresql-1ebff9ba81afbb885d8c34d7e4e975f5cdbe9a4a.tar.gz postgresql-1ebff9ba81afbb885d8c34d7e4e975f5cdbe9a4a.zip |
Make documentation of -W options more accurate and uniform.
Diffstat (limited to 'src/bin/scripts/createdb.c')
-rw-r--r-- | src/bin/scripts/createdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/createdb.c b/src/bin/scripts/createdb.c index 71f81aa2c8e..b059e0f5150 100644 --- a/src/bin/scripts/createdb.c +++ b/src/bin/scripts/createdb.c @@ -5,7 +5,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.24 2007/10/13 20:18:41 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/createdb.c,v 1.25 2007/12/11 19:57:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -218,7 +218,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\n")); - printf(_(" -W, --password prompt for password\n")); + printf(_(" -W, --password force password prompt\n")); printf(_("\nBy default, a database with the same name as the current user is created.\n")); printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n")); } |