Skip to content

Commit 7ce09e6

Browse files
committed
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68f.
1 parent 8660b40 commit 7ce09e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ slashUsage(unsigned short int pager)
247247
fprintf(output, _(" \\f [STRING] show or set field separator for unaligned query output\n"));
248248
fprintf(output, _(" \\H toggle HTML output mode (currently %s)\n"),
249249
ON(pset.popt.topt.format == PRINT_HTML));
250-
fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
250+
fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
251251
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
252252
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager|\n"
253253
" unicode_border_linestyle|unicode_column_linestyle|unicode_header_linestyle})\n"));

0 commit comments

Comments
 (0)