Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec757c2

Browse files
committed
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68f.
1 parent 4b9d7cc commit ec757c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/help.c

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

0 commit comments

Comments
 (0)