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/psql/help.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/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 7fb82b66bd3..9cca4c28260 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2007, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.119 2007/11/15 21:14:42 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.120 2007/12/11 19:57:32 tgl Exp $ */ #include "postgres_fe.h" @@ -132,7 +132,7 @@ usage(void) if (!env) env = user; printf(_(" -U NAME database user name (default: \"%s\")\n"), env); - puts(_(" -W prompt for password (should happen automatically)")); + puts(_(" -W force password prompt (should happen automatically)")); puts(_( "\nFor more information, type \"\\?\" (for internal commands) or \"\\help\"\n" |