From: Peter Hutterer Date: Mon, 27 Apr 2020 21:14:58 +0000 (+1000) Subject: tools: rename the example device in the touchpad-edge-detector X-Git-Tag: libevdev-1.9.1~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=521edcba27cf4f1447c61578031e64499950ee81;p=platform%2Fupstream%2Flibevdev.git 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 --- diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c index 42520d3..5dddc6a 100644 --- a/tools/touchpad-edge-detector.c +++ b/tools/touchpad-edge-detector.c @@ -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"