mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02: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)
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue