From 0a398c7bb7deab04f61861fd4423c289a4a5db0b Mon Sep 17 00:00:00 2001 From: pgen Date: Sun, 14 Feb 2021 21:21:15 +0100 Subject: 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 --- usage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usage.c') 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 -- cgit v1.2.3