Message style improvements
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 23 May 2011 17:38:20 +0000 (20:38 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 23 May 2011 18:21:45 +0000 (21:21 +0300)
src/bin/pg_dump/pg_dumpall.c

index 305ccbe36cc30fa9fae3c8a867a97812e27a2851..e01a13006be4806de5e2fbca4be0fd22afaaff3f 100644 (file)
@@ -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"));