]> granicus.if.org Git - postgresql/commitdiff
Fix alignment of --help output
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 4 May 2011 17:29:40 +0000 (20:29 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 4 May 2011 17:29:40 +0000 (20:29 +0300)
Tabs replaced by spaces.

src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c

index afc7fd7032a876e09fdaf3a02a50d861f0d82f5e..30366d2753026477682af3ad51ca299d100fcb8e 100644 (file)
@@ -863,7 +863,7 @@ help(const char *progname)
        printf(_("  --serializable-deferrable   wait until the dump can run without anomalies\n"));
        printf(_("  --role=ROLENAME             do SET ROLE before dump\n"));
        printf(_("  --no-security-label         do not dump security label assignments\n"));
-       printf(_("  --no-unlogged-table-data    do not dump unlogged table data\n"));
+       printf(_("  --no-unlogged-table-data    do not dump unlogged table data\n"));
        printf(_("  --use-set-session-authorization\n"
                         "                              use SET SESSION AUTHORIZATION commands instead of\n"
        "                              ALTER OWNER commands to set ownership\n"));
index 963ae54aea9070dd29dc1b3f73320be3b260ae92..41a330763ff5f258c27aab9ee7e219a622163dfd 100644 (file)
@@ -554,7 +554,7 @@ help(void)
        printf(_("  --quote-all-identifiers     quote all identifiers, even if not keywords\n"));
        printf(_("  --role=ROLENAME             do SET ROLE before dump\n"));
        printf(_("  --no-security-label         do not dump security label assignments\n"));
-       printf(_("  --no-unlogged-table-data    do not dump unlogged table data\n"));
+       printf(_("  --no-unlogged-table-data    do not dump unlogged table data\n"));
        printf(_("  --use-set-session-authorization\n"
                         "                              use SET SESSION AUTHORIZATION commands instead of\n"
        "                              ALTER OWNER commands to set ownership\n"));