mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 03:28:00 +02:00
tools: add record/replay to --help output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ea5edf09c4
commit
4f5182c8b0
1 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,12 @@ usage(void)
|
||||||
"\n"
|
"\n"
|
||||||
" measure <feature>\n"
|
" measure <feature>\n"
|
||||||
" Measure various device properties. See the man page for more info\n"
|
" Measure various device properties. See the man page for more info\n"
|
||||||
|
"\n"
|
||||||
|
" record\n"
|
||||||
|
" Record event stream from a device node. See the man page for more info\n"
|
||||||
|
"\n"
|
||||||
|
" replay\n"
|
||||||
|
" Replay a previously recorded event stream. See the man page for more info\n"
|
||||||
"\n");
|
"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue