From fcc6b28f5fdf582b48124fbd9190e78fab496839 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 27 Jul 2020 11:57:24 +0300 Subject: tools/interactive-evdev: fixup 64bff65 Signed-off-by: Ran Benita --- tools/interactive-evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/interactive-evdev.c b/tools/interactive-evdev.c index 8c14bd3..9c8c94e 100644 --- a/tools/interactive-evdev.c +++ b/tools/interactive-evdev.c @@ -421,10 +421,10 @@ main(int argc, char *argv[]) {"variant", required_argument, 0, OPT_VARIANT}, {"options", required_argument, 0, OPT_OPTION}, {"keymap", required_argument, 0, OPT_KEYMAP}, - {"without-x11-offset", required_argument, 0, OPT_WITHOUT_X11_OFFSET}, {"consumed-mode", required_argument, 0, OPT_CONSUMED_MODE}, {"enable-compose", no_argument, 0, OPT_COMPOSE}, {"report-state-changes", no_argument, 0, OPT_REPORT_STATE}, + {"without-x11-offset", no_argument, 0, OPT_WITHOUT_X11_OFFSET}, {0, 0, 0, 0}, }; -- cgit v1.2.1