We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8660b40 commit 7ce09e6Copy full SHA for 7ce09e6
src/bin/psql/help.c
@@ -247,7 +247,7 @@ slashUsage(unsigned short int pager)
247
fprintf(output, _(" \\f [STRING] show or set field separator for unaligned query output\n"));
248
fprintf(output, _(" \\H toggle HTML output mode (currently %s)\n"),
249
ON(pset.popt.topt.format == PRINT_HTML));
250
- fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
+ fprintf(output, _(" \\pset [NAME [VALUE]] set table output option\n"
251
" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
252
" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager|\n"
253
" unicode_border_linestyle|unicode_column_linestyle|unicode_header_linestyle})\n"));
0 commit comments