From c58b945e23e63a0baca67b216a5225b34de84cce Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 23 May 2011 20:38:20 +0300 Subject: [PATCH] Message style improvements --- src/bin/pg_dump/pg_dumpall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.40.0