mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
psql: Fix \? output alignment
This was inadvertently changed in commit c64e68fd.
This commit is contained in:
parent
4b9d7ccab3
commit
ec757c2735
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user