diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-23 20:38:20 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-23 21:21:45 +0300 |
commit | c58b945e23e63a0baca67b216a5225b34de84cce (patch) | |
tree | 44e4258ab9c092901688b3f1b61fa1c34e614e16 /src | |
parent | 299d1716525c659f0e02840e31fbe4dea3cc796c (diff) | |
download | postgresql-c58b945e23e63a0baca67b216a5225b34de84cce.tar.gz postgresql-c58b945e23e63a0baca67b216a5225b34de84cce.zip |
Message style improvements
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/pg_dumpall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index 305ccbe36cc..e01a13006be 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")); |