summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-events.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-25 15:42:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-02 12:21:35 +1000
commit2d42e87debc5cb659d09ee5fb315b76201a05829 (patch)
tree7ca788c9a3618899bc801562b7532e154fb12d84 /tools/libinput-debug-events.c
parenta69294251df92e818f695cd2456c8eb860e02522 (diff)
downloadlibinput-2d42e87debc5cb659d09ee5fb315b76201a05829.tar.gz
tools: tidy up the usage() for the tools a bit
Now that the debug-gui is a user-visible tool, make sure the usage reflects the right command name. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/libinput-debug-events.c')
-rw-r--r--tools/libinput-debug-events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libinput-debug-events.c b/tools/libinput-debug-events.c
index cf29dab5..abba707f 100644
--- a/tools/libinput-debug-events.c
+++ b/tools/libinput-debug-events.c
@@ -907,7 +907,7 @@ main(int argc, char **argv)
tools_init_context(&context);
- if (tools_parse_args(argc, argv, &context))
+ if (tools_parse_args("debug-events", argc, argv, &context))
return 1;
be_quiet = context.options.quiet;