From 4f5182c8b064cf4965df42ad9d34a7d6ebb8a230 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 27 Jun 2018 14:10:57 +1000 Subject: [PATCH] tools: add record/replay to --help output Signed-off-by: Peter Hutterer --- tools/libinput-tool.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/libinput-tool.c b/tools/libinput-tool.c index 5758a70..30a64c2 100644 --- a/tools/libinput-tool.c +++ b/tools/libinput-tool.c @@ -57,6 +57,12 @@ usage(void) "\n" " measure \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"); } -- 2.7.4