aboutsummaryrefslogtreecommitdiff
path: root/usage.c
blob: ac836e81f4b23d09b0354c2ee8a5476a5600e278 (plain)
1
2
3
4
5
6
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
};