mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 16:00:09 +01:00
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:
parent
e855605616
commit
201c876ab4
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue