Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e49291

Browse files
committed
Add -w option to --help output. It was apparently forgotten when -w was
implemented.
1 parent f3a72bd commit 5e49291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_dump/pg_dump.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* by PostgreSQL
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.528 2009/03/04 11:57:00 petere Exp $
15+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.529 2009/03/17 10:10:13 petere Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -841,6 +841,7 @@ help(const char *progname)
841841
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
842842
printf(_(" -p, --port=PORT database server port number\n"));
843843
printf(_(" -U, --username=NAME connect as specified database user\n"));
844+
printf(_(" -w, --no-password never prompt for password\n"));
844845
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
845846

846847
printf(_("\nIf no database name is supplied, then the PGDATABASE environment\n"

0 commit comments

Comments
 (0)