From 0f8ae6ecd507d041545c5ae9e0b90147e8aaee99 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 5 Sep 2020 23:41:08 +0300 Subject: xkbcli: fix interactive-x11 not showing in help Signed-off-by: Ran Benita --- tools/xkbcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/xkbcli.c b/tools/xkbcli.c index ecab655..1f3ed3f 100644 --- a/tools/xkbcli.c +++ b/tools/xkbcli.c @@ -48,7 +48,7 @@ usage(void) " Interactive debugger for XKB keymaps for Wayland\n" "\n" #endif -#if HAVE_XKBCLI_INTERACTIVE_x11 +#if HAVE_XKBCLI_INTERACTIVE_X11 " interactive-x11\n" " Interactive debugger for XKB keymaps for X11\n" "\n" -- cgit v1.2.1