mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 12:00:13 +01:00
tools: add --help to event-debug's usage
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
8ae137789c
commit
0343a62a9f
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ usage(void)
|
|||
{
|
||||
printf("Usage: %s [--verbose] [--udev [<seat>]|--device /dev/input/event0]\n"
|
||||
"--verbose ....... Print debugging output.\n"
|
||||
"--help .......... Print this help.\n"
|
||||
"--udev <seat>.... Use udev device discovery (default).\n"
|
||||
" Specifying a seat ID is optional.\n"
|
||||
"--device /path/to/device .... open the given device only\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue