diff options
author | Ran Benita <ran@unusedvar.com> | 2020-09-05 23:41:08 +0300 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2020-09-05 23:41:38 +0300 |
commit | 0f8ae6ecd507d041545c5ae9e0b90147e8aaee99 (patch) | |
tree | 6858ab799819f0d57de7447d3c53960128419680 | |
parent | 66e7f0da20601c535066f1ceb83a1043db3ad1d0 (diff) | |
download | libxkbcommon-0f8ae6ecd507d041545c5ae9e0b90147e8aaee99.tar.gz libxkbcommon-0f8ae6ecd507d041545c5ae9e0b90147e8aaee99.tar.bz2 libxkbcommon-0f8ae6ecd507d041545c5ae9e0b90147e8aaee99.zip |
xkbcli: fix interactive-x11 not showing in help
Signed-off-by: Ran Benita <ran@unusedvar.com>
-rw-r--r-- | tools/xkbcli.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |