tools: list-quirks: fix usage to read "libinput list-quirks"

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-06-19 16:43:52 +10:00
parent e855605616
commit 201c876ab4

View file

@ -137,13 +137,11 @@ static void
usage(void) usage(void)
{ {
printf("Usage:\n" 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" " Print the quirks for the given device\n"
"\n", "\n"
program_invocation_short_name); " libinput list-quirks [--data-dir /path/to/data/dir] --validate-only\n"
printf(" %s [--data-dir /path/to/data/dir] --validate-only\n" " Validate the database\n");
" Validate the database\n",
program_invocation_short_name);
} }
int int