summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-03-29 14:55:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-03-29 15:33:24 +1000
commit1f5a27bf3de3749e52510e50666f243970f1a701 (patch)
tree9d3c20441189e98fe861090f0ac9387ca4636ef9
parent1547e5b5d27c1e860782132e6c9d2985d74a1f4a (diff)
tools: add libinput analyze to the libinput tool help output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tools/libinput-tool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libinput-tool.c b/tools/libinput-tool.c
index 21c1d0f0..d6192405 100644
--- a/tools/libinput-tool.c
+++ b/tools/libinput-tool.c
@@ -52,6 +52,9 @@ usage(void)
" measure <feature>\n"
" Measure various device properties. See the man page for more info\n"
"\n"
+ " analyze <feature>\n"
+ " Analyze device events. 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"