tools: add record/replay to --help output

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 4f5182c8b0)
This commit is contained in:
Peter Hutterer 2018-06-27 14:10:57 +10:00
parent 4377518d44
commit e42fb996dd

View file

@ -57,6 +57,12 @@ usage(void)
"\n"
" measure <feature>\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");
}