summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-10-13 22:07:30 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-10-13 22:07:30 -0400
commitec757c2735fdc6e845fd9edd8da65db35d9c4836 (patch)
tree73b89519e29f28f72a20bc8a131a8caba9cca20f
parent4b9d7ccab3fc180ca9830a92688c1b560a01b720 (diff)
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68fd.
-rw-r--r--src/bin/psql/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index 3aa3c169c23..62779679d65 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -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"),