aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-06 07:18:21 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-06 07:18:21 -0400
commitdf054a1821264dfd339afac61656c6a2261fafbf (patch)
treec60b6b356e480d055fdd067c794d6cbd66d63ab2 /usage.c
parent67ebbac0be7ad917e794ca5ea0496d0a1ead83b8 (diff)
downloadmarsond-df054a1821264dfd339afac61656c6a2261fafbf.tar.gz
much work (run as a daemon, drop priviliges, set priority, etc).
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 ac836e8..e597aa1 100644
--- a/usage.c
+++ b/usage.c
@@ -1,4 +1,6 @@
const char *helptext[] = {
+ " -d delay-ms: delay time for Enter key relase (default 30).",
+ " -f: run in foreground, not as a daemon.",
" -k keyboard-device: keyboard device (usually under /dev/input/by-id/).",
" -v: verbose debugging, foreground operation.",
" -h, --help: this help text.",