aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-11 05:39:43 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-11 05:39:43 -0400
commitfe074451e1e993a3ab1b18ac29d434a18970d344 (patch)
tree62db4ab45e0014a57e73419ee453b0cffe15eaea /usage.c
parenta68d256cd2be29e63e8a2dd75522491bdab1cb75 (diff)
downloadmarsond-fe074451e1e993a3ab1b18ac29d434a18970d344.tar.gz
improve --help and debugging output.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index 44080f1..847cc76 100644
--- a/usage.c
+++ b/usage.c
@@ -1,5 +1,5 @@
const char *helptext[] = {
- " -d delay-ms: delay time for Enter key relase (default 30).",
+ " -d delay-ms: delay time for Enter key release.",
" -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).",