mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-31 07:40:14 +01:00
tools: rename the example device in the touchpad-edge-detector
In the hope that people don't blindly type event0 from now on. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f9302c18b7
commit
521edcba27
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
static int
|
||||
usage(void) {
|
||||
printf("Usage: %s 12x34 /dev/input/event0\n", program_invocation_short_name);
|
||||
printf("Usage: %s 12x34 /dev/input/eventX\n", program_invocation_short_name);
|
||||
printf("\n");
|
||||
printf("This tool reads the touchpad events from the kernel and calculates\n "
|
||||
"the minimum and maximum for the x and y coordinates, respectively.\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue