aboutsummaryrefslogtreecommitdiff
path: root/usage.c
blob: e597aa135ad3c3efe53b9b838617a5c650771faf (plain)
1
2
3
4
5
6
7
8
9
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.",
	"  -h, --help: this help text.",
	"  -V, --version: show version number.",
	(const char*)0
};