diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-05-07 07:56:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2020-05-07 07:56:57 +1000 |
commit | 2e41b6778b2b0631d307eec5f366b6f118fad23b (patch) | |
tree | c9633b9b6203fcc422e8e1cd293dae3935d6492e /tools | |
parent | c6a765199aae4da0cdc8599d55bbddfa7e2248cc (diff) | |
download | libevdev-2e41b6778b2b0631d307eec5f366b6f118fad23b.tar.gz |
tools: specify width by height in the edge-detector help
Fixes #13
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/touchpad-edge-detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c index 5dddc6a..8b16cd7 100644 --- a/tools/touchpad-edge-detector.c +++ b/tools/touchpad-edge-detector.c @@ -47,7 +47,7 @@ usage(void) { 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" - "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; } |