summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-02-14 21:21:15 +0100
committerpgen <p.gen.progs@gmail.com>2021-02-15 00:09:51 +0100
commit0a398c7bb7deab04f61861fd4423c289a4a5db0b (patch)
tree62aca88e215769b5394f777ce886db7566ec3b58 /usage.c
parent930835ec36c4128cc79a4d24e0db63ca6da437f1 (diff)
Add the possibility to overload initial limits
This new option (-lim|-limits) allow to set the following limits: - maximum word length - maximum number of words - maximum number of columns
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 546a709..32985bc 100644
--- a/usage.c
+++ b/usage.c
@@ -81,6 +81,8 @@ common_help(void)
printf(" makes the bell visual (fuzzy search with error).\n");
printf("-Q|-ignore_quotes\n");
printf(" treats single and double quotes as normal characters.\n");
+ printf("-lim|-limits\n");
+ printf(" overload the words number/max. word length/max columns limits.\n");
}
void