|
|
@ -317,7 +317,7 @@ slashUsage(unsigned short int pager) |
|
|
|
" numericlocale|pager|pager_min_lines|recordsep|\n" |
|
|
|
" numericlocale|pager|pager_min_lines|recordsep|\n" |
|
|
|
" recordsep_zero|tableattr|title|tuples_only|\n" |
|
|
|
" recordsep_zero|tableattr|title|tuples_only|\n" |
|
|
|
" unicode_border_linestyle|unicode_column_linestyle|\n" |
|
|
|
" unicode_border_linestyle|unicode_column_linestyle|\n" |
|
|
|
" unicode_header_linestyle)\n"); |
|
|
|
" unicode_header_linestyle|xheader_width)\n"); |
|
|
|
HELPN(" \\t [on|off] show only rows (currently %s)\n", |
|
|
|
HELPN(" \\t [on|off] show only rows (currently %s)\n", |
|
|
|
ON(pset.popt.topt.tuples_only)); |
|
|
|
ON(pset.popt.topt.tuples_only)); |
|
|
|
HELP0(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"); |
|
|
|
HELP0(" \\T [STRING] set HTML <table> tag attributes, or unset if none\n"); |
|
|
@ -517,6 +517,9 @@ helpVariables(unsigned short int pager) |
|
|
|
" unicode_column_linestyle\n" |
|
|
|
" unicode_column_linestyle\n" |
|
|
|
" unicode_header_linestyle\n" |
|
|
|
" unicode_header_linestyle\n" |
|
|
|
" set the style of Unicode line drawing [single, double]\n"); |
|
|
|
" set the style of Unicode line drawing [single, double]\n"); |
|
|
|
|
|
|
|
HELP0(" xheader_width\n" |
|
|
|
|
|
|
|
" set the maximum width of the header for expanded output\n" |
|
|
|
|
|
|
|
" [full, column, page, integer value]\n"); |
|
|
|
|
|
|
|
|
|
|
|
HELP0("\nEnvironment variables:\n"); |
|
|
|
HELP0("\nEnvironment variables:\n"); |
|
|
|
HELP0("Usage:\n"); |
|
|
|
HELP0("Usage:\n"); |
|
|
|