diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-07 02:02:33 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-07 02:02:33 -0400 |
commit | 82613c437f3baada0fb2155c6b430db4a90fbe25 (patch) | |
tree | b7568881f91d473d0ea953f7521328a59f58494b | |
parent | 2d3ad29006fc17b1b7ca7405d092e52e12ab8e01 (diff) | |
download | marsond-82613c437f3baada0fb2155c6b430db4a90fbe25.tar.gz |
--help nitpick.
-rw-r--r-- | marsond.8 | 2 | ||||
-rw-r--r-- | marsond.rst | 2 | ||||
-rw-r--r-- | usage.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -127,7 +127,7 @@ Debugging mode is turned off when \fBmarsond\fP forks itself into the background as a daemon. If you want to debug the event loop, combine \fB\-v\fP and \fB\-f\fP\&. .UNINDENT -.\" verbose debugging, foreground operation. +.\" verbose debugging. . .INDENT 0.0 .TP diff --git a/marsond.rst b/marsond.rst index 8f79bf3..d338f0c 100644 --- a/marsond.rst +++ b/marsond.rst @@ -105,7 +105,7 @@ Options can be "bundled": **-vf** is the same as **-v** **-f**. background as a daemon. If you want to debug the event loop, combine **-v** and **-f**. -.. verbose debugging, foreground operation. +.. verbose debugging. -h, --help Shows built-in usage message and exits. @@ -2,7 +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/).", - " -v: verbose debugging, foreground operation.", + " -v: verbose debugging.", " -h, --help: this help text.", " -V, --version: show version number.", (const char*)0 |