@@ -262,9 +262,11 @@ slashUsage(unsigned short int pager)
262
262
fprintf (output ,_ (" \\H toggle HTML output mode (currently %s)\n" ),
263
263
ON (pset .popt .topt .format == PRINT_HTML ));
264
264
fprintf (output ,_ (" \\pset [NAME [VALUE]] set table output option\n"
265
- " (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n"
266
- " numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager|\n"
267
- " unicode_border_linestyle|unicode_column_linestyle|unicode_header_linestyle})\n" ));
265
+ " (NAME := {border|columns|expanded|fieldsep|fieldsep_zero|\n"
266
+ " footer|format|linestyle|null|numericlocale|pager|\n"
267
+ " pager_min_lines|recordsep|recordsep_zero|tableattr|title|\n"
268
+ " tuples_only|unicode_border_linestyle|\n"
269
+ " unicode_column_linestyle|unicode_header_linestyle})\n" ));
268
270
fprintf (output ,_ (" \\t [on|off] show only rows (currently %s)\n" ),
269
271
ON (pset .popt .topt .tuples_only ));
270
272
fprintf (output ,_ (" \\T [STRING] set HTML <table> tag attributes, or unset if none\n" ));