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 @@ -2332,8 +2332,9 @@ lo_import 152801
2332
2332
<tip>
2333
2333
<para>
2334
2334
There are various shortcut commands for <command>\pset</command>. See
2335
- <command>\a</command>, <command>\C</command>, <command>\H</command>,
2336
- <command>\t</command>, <command>\T</command>, and <command>\x</command>.
2335
+ <command>\a</command>, <command>\C</command>, <command>\f</command>,
2336
+ <command>\H</command>, <command>\t</command>, <command>\T</command>,
2337
+ and <command>\x</command>.
2337
2338
</para>
2338
2339
</tip>
2339
2340
Original file line number Diff line number Diff line change @@ -233,8 +233,9 @@ slashUsage(unsigned short int pager)
233
233
fprintf (output , _ (" \\H toggle HTML output mode (currently %s)\n" ),
234
234
ON (pset .popt .topt .format == PRINT_HTML ));
235
235
fprintf (output , _ (" \\pset [NAME [VALUE]] set table output option\n"
236
- " (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
237
- " numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n" ));
236
+ " (NAME := {border|columns|expanded|fieldsep|fieldsep_zero|\n"
237
+ " footer|format|linestyle|null|numericlocale|pager|\n"
238
+ " recordsep|recordsep_zero|tableattr|title|tuples_only})\n" ));
238
239
fprintf (output , _ (" \\t [on|off] show only rows (currently %s)\n" ),
239
240
ON (pset .popt .topt .tuples_only ));
240
241
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