File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
* by PostgreSQL
13
13
*
14
14
* 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 $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -841,6 +841,7 @@ help(const char *progname)
841
841
printf (_ (" -h, --host=HOSTNAME database server host or socket directory\n" ));
842
842
printf (_ (" -p, --port=PORT database server port number\n" ));
843
843
printf (_ (" -U, --username=NAME connect as specified database user\n" ));
844
+ printf (_ (" -w, --no-password never prompt for password\n" ));
844
845
printf (_ (" -W, --password force password prompt (should happen automatically)\n" ));
845
846
846
847
printf (_ ("\nIf no database name is supplied, then the PGDATABASE environment\n"
You can’t perform that action at this time.
0 commit comments