summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-10-05 18:44:14 +0200
committerpgen <p.gen.progs@gmail.com>2019-10-05 23:04:21 +0200
commited45fab3a5e36a2e15aa6cc5194a29cc49051d8d (patch)
tree885e506d920b8e4f98bafac5a2b24b452462c472 /usage.c
parentff74ef298fa7b9a6fde305336ef9e2e370fafc8c (diff)
Enable wide mode also in the Columns context
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index adfe97f..d6ca355 100644
--- a/usage.c
+++ b/usage.c
@@ -162,6 +162,9 @@ columns_help(void)
printf(" sets columns restrictions for selections.\n");
printf("-R|-rs|-row_select\n");
printf(" sets rows restrictions for selections.\n");
+ printf("-w|-wt|-wide_tab_mode\n");
+ printf(" uses all the terminal width for the columns if their numbers "
+ "is given.\n");
printf("-g|-gutter\n");
printf(" separates columns with a character in column or tabulate "
"mode.\n");