summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-03-28 23:31:49 +0200
committerpgen <p.gen.progs@gmail.com>2023-03-30 00:27:12 +0200
commit0afbb94750055656b38326201bd8cf419bd2eeb6 (patch)
tree5732bdb19c3a71af620ac585dde9b72de895023e /usage.c
parentdc25ac071a0414f50aa7f7e9af590b21fa3039a7 (diff)
Add -the -sb|-sbw|-show_blank_words option
This option makes the blank words visible and usable even when we are not in column mode.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 24a027a..cfcd2c5 100644
--- a/usage.c
+++ b/usage.c
@@ -106,6 +106,8 @@ common_help(void)
printf(" Remaps the left and right mouse buttons, default is 1 and 3.\n");
printf("-dc|-dcd|-double_click|-double_click_delay\n");
printf(" Change the mouse double-click delay which is 150 ms by default.\n");
+ printf("-sb|-sbw|-show_blank_words\n");
+ printf(" Make blank words visible and usable even in non column mode.\n");
}
void