|
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California |
7 | 7 | * |
8 | 8 | * |
9 | | - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.96 2007/11/07 13:11:05 petere Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.97 2007/11/15 19:35:26 petere Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -508,7 +508,7 @@ help(void) |
508 | 508 |
|
509 | 509 | printf(_("\nConnection options:\n")); |
510 | 510 | printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); |
511 | | -printf(_(" -l, --database=dbname specify an alternative default database\n")); |
| 511 | +printf(_(" -l, --database=DBNAME specify an alternative default database\n")); |
512 | 512 | printf(_(" -p, --port=PORT database server port number\n")); |
513 | 513 | printf(_(" -U, --username=NAME connect as specified database user\n")); |
514 | 514 | printf(_(" -W, --password force password prompt (should happen automatically)\n")); |
|