aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-07 16:58:45 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-07 16:58:45 -0400
commitfad6942c47674fc4a034fa29aa33ebd55e82546a (patch)
tree30a6dfee65967c62823c46d9c299d41d7004920b /usage.c
parent769a19dfa1ec168d7833e505aacaa5a77f1047cc (diff)
downloadmarsond-fad6942c47674fc4a034fa29aa33ebd55e82546a.tar.gz
add -p option.
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 96da0d0..44080f1 100644
--- a/usage.c
+++ b/usage.c
@@ -2,6 +2,7 @@ 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/).",
+ " -p pause-ms: pause before opening keyboard/uinput devs (default 0).",
" -v: verbose debugging.",
" -h, --help: this help text.",
" -V, --version: show version number.",