]> granicus.if.org Git - postgresql/commitdiff
psql: Fix \? output alignment
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Oct 2014 02:07:30 +0000 (22:07 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Oct 2014 02:07:30 +0000 (22:07 -0400)
This was inadvertently changed in commit c64e68fd.

src/bin/psql/help.c

index 3aa3c169c23c78517e4a5f1e77a5f8a0419c1cdc..62779679d6557e132df5f2ac5ae908fc5b4b44b5 100644 (file)
@@ -232,7 +232,7 @@ slashUsage(unsigned short int pager)
        fprintf(output, _("  \\f [STRING]            show or set field separator for unaligned query output\n"));
        fprintf(output, _("  \\H                     toggle HTML output mode (currently %s)\n"),
                        ON(pset.popt.topt.format == PRINT_HTML));
-       fprintf(output, _("  \\pset [NAME [VALUE]]     set table output option\n"
+       fprintf(output, _("  \\pset [NAME [VALUE]]   set table output option\n"
                                          "                         (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
                                          "                         numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n"));
        fprintf(output, _("  \\t [on|off]            show only rows (currently %s)\n"),