File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2315,8 +2315,9 @@ lo_import 152801
2315
2315
<tip>
2316
2316
<para>
2317
2317
There are various shortcut commands for <command>\pset</command>. See
2318
- <command>\a</command>, <command>\C</command>, <command>\H</command>,
2319
- <command>\t</command>, <command>\T</command>, and <command>\x</command>.
2318
+ <command>\a</command>, <command>\C</command>, <command>\f</command>,
2319
+ <command>\H</command>, <command>\t</command>, <command>\T</command>,
2320
+ and <command>\x</command>.
2320
2321
</para>
2321
2322
</tip>
2322
2323
Original file line number Diff line number Diff line change @@ -248,8 +248,9 @@ slashUsage(unsigned short int pager)
248
248
fprintf (output , _ (" \\H toggle HTML output mode (currently %s)\n" ),
249
249
ON (pset .popt .topt .format == PRINT_HTML ));
250
250
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" ));
251
+ " (NAME := {border|columns|expanded|fieldsep|fieldsep_zero|\n"
252
+ " footer|format|linestyle|null|numericlocale|pager|\n"
253
+ " recordsep|recordsep_zero|tableattr|title|tuples_only})\n" ));
253
254
fprintf (output , _ (" \\t [on|off] show only rows (currently %s)\n" ),
254
255
ON (pset .popt .topt .tuples_only ));
255
256
fprintf (output , _ (" \\T [STRING] set HTML <table> tag attributes, or unset if none\n" ));
You can’t perform that action at this time.
0 commit comments