tools: specify width by height in the edge-detector help
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 6 May 2020 21:56:16 +0000 (07:56 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 6 May 2020 21:56:57 +0000 (07:56 +1000)
Fixes #13

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/touchpad-edge-detector.c

index 5dddc6a67ba250f9347c11bf1149e5d9a919d960..8b16cd76f114afad3094ccfbe21a981b12b559f4 100644 (file)
@@ -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;
 }