aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-06 04:10:06 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-06 04:10:06 -0400
commit67ebbac0be7ad917e794ca5ea0496d0a1ead83b8 (patch)
treed169b8481afe91a394023c294741a21e57cb033f /usage.c
parentc4eda00ddbc16723f3e1d1e943edaaa2c6c2c748 (diff)
downloadmarsond-67ebbac0be7ad917e794ca5ea0496d0a1ead83b8.tar.gz
much work (options, rc script, make install, etc etc).
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/usage.c b/usage.c
new file mode 100644
index 0000000..ac836e8
--- /dev/null
+++ b/usage.c
@@ -0,0 +1,7 @@
+const char *helptext[] = {
+ " -k keyboard-device: keyboard device (usually under /dev/input/by-id/).",
+ " -v: verbose debugging, foreground operation.",
+ " -h, --help: this help text.",
+ " -V, --version: show version number.",
+ (const char*)0
+};