From 201c876ab434bf2b17f4c085e3cdd1f2c25d5307 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 19 Jun 2018 16:43:52 +1000 Subject: [PATCH] tools: list-quirks: fix usage to read "libinput list-quirks" Signed-off-by: Peter Hutterer --- tools/libinput-list-quirks.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tools/libinput-list-quirks.c b/tools/libinput-list-quirks.c index 73dce738..58ebc94d 100644 --- a/tools/libinput-list-quirks.c +++ b/tools/libinput-list-quirks.c @@ -137,13 +137,11 @@ static void usage(void) { printf("Usage:\n" - " %s [--data-dir /path/to/data/dir] /dev/input/event0\n" + " libinput list-quirks [--data-dir /path/to/data/dir] /dev/input/event0\n" " Print the quirks for the given device\n" - "\n", - program_invocation_short_name); - printf(" %s [--data-dir /path/to/data/dir] --validate-only\n" - " Validate the database\n", - program_invocation_short_name); + "\n" + " libinput list-quirks [--data-dir /path/to/data/dir] --validate-only\n" + " Validate the database\n"); } int