diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 +}; |