From: Peter Eisentraut Date: Thu, 15 Nov 2007 19:35:26 +0000 (+0000) Subject: Make help synopsis consistent X-Git-Tag: REL9_0_0~4575 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e4c26b03bf5472fb2c6db9c745210b6cf1df988e;p=pg-rex%2Fsyncrep.git Make help synopsis consistent --- diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index 0968f926fe..5aa9e079d0 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.96 2007/11/07 13:11:05 petere Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.97 2007/11/15 19:35:26 petere Exp $ * *------------------------------------------------------------------------- */ @@ -508,7 +508,7 @@ help(void) printf(_("\nConnection options:\n")); printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); - printf(_(" -l, --database=dbname specify an alternative default database\n")); + printf(_(" -l, --database=DBNAME specify an alternative default database\n")); printf(_(" -p, --port=PORT database server port number\n")); printf(_(" -U, --username=NAME connect as specified database user\n")); printf(_(" -W, --password force password prompt (should happen automatically)\n"));