mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 17:20:05 +01:00
tools: specify width by height in the edge-detector help
Fixes #13 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c6a765199a
commit
2e41b6778b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ usage(void) {
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("This tool reads the touchpad events from the kernel and calculates\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"
|
"the minimum and maximum for the x and y coordinates, respectively.\n"
|
||||||
"The first argument is the physical size of the touchpad in mm.\n");
|
"The first argument is the physical size of the touchpad in mm (WIDTHxHEIGHT).\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue