summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-08-28 01:36:46 +0200
committerpgen <p.gen.progs@gmail.com>2021-08-28 01:38:12 +0200
commit0a804a7ba9c20b505e97528c1f2b1db547ab825a (patch)
treeb6e627befe6003ce640a0a0e88c97a55c061a23f /usage.c
parentefc51dfabb437a81f16017b12d9ea9d58ac4a552 (diff)
Add a global timeout which defaults to 15min
A new option can be used to modify this value: -f|-forgotten_timeout|-global_timeout
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 f87d1ba..955d9fb 100644
--- a/usage.c
+++ b/usage.c
@@ -94,6 +94,8 @@ common_help(void)
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");
+ printf("f|-forgotten_timeout|-global_timeout");
+ printf(" defines a global inactivity timeout, defaults to 15 min.\n");
}
void