aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-01-06 21:54:09 -0500
committerB. Watson <urchlay@slackware.uk>2026-01-06 21:54:09 -0500
commit4a0c54f0bad4a853e5bec7b9ad7ad5c6e1e32bd2 (patch)
tree465dce77e1a65e7bf14ea154126c284c6083f409 /usage.c
parentd565dd895c8029b8dd6afcf9bd41ea7c77a69ae9 (diff)
downloadmarsond-4a0c54f0bad4a853e5bec7b9ad7ad5c6e1e32bd2.tar.gz
Handle left and right shift, allow shift+enter.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 847cc76..b9d3d93 100644
--- a/usage.c
+++ b/usage.c
@@ -3,6 +3,7 @@ const char *helptext[] = {
" -f: run in foreground, not as a daemon.",
" -k keyboard-device: keyboard device (usually under /dev/input/by-id/).",
" -p pause-ms: pause before opening keyboard/uinput devs (default 0).",
+ " -s thresh-ms: threshold in ms for shift key followed by enter (default 30 or -d * 3).",
" -v: verbose debugging.",
" -h, --help: this help text.",
" -V, --version: show version number.",