From: Peter Eisentraut Date: Mon, 23 May 2011 17:38:20 +0000 (+0300) Subject: Message style improvements X-Git-Tag: REL9_1_BETA2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c58b945e23e63a0baca67b216a5225b34de84cce;p=postgresql Message style improvements --- diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index 305ccbe36c..e01a13006b 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -551,7 +551,7 @@ help(void) printf(_(" --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n")); printf(_(" --disable-triggers disable triggers during data-only restore\n")); printf(_(" --no-tablespaces do not dump tablespace assignments\n")); - printf(_(" --quote-all-identifiers quote all identifiers, even if not keywords\n")); + printf(_(" --quote-all-identifiers quote all identifiers, even if not key words\n")); printf(_(" --role=ROLENAME do SET ROLE before dump\n")); printf(_(" --no-security-labels do not dump security label assignments\n")); printf(_(" --no-unlogged-table-data do not dump unlogged table data\n"));