X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fxkbcli.c;h=3602fb927c103fd5f4777f78bc2fba30bc957ca8;hb=1c1542d64f37c67bf29c3de1e06735fd79cc50ea;hp=ecab6553739581b575091388204d3deefe0456a7;hpb=f439ce188904f7a83c8e73d4ebc7a583a141c60f;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/tools/xkbcli.c b/tools/xkbcli.c index ecab655..3602fb9 100644 --- a/tools/xkbcli.c +++ b/tools/xkbcli.c @@ -37,6 +37,9 @@ usage(void) "Global options:\n" " -h, --help ...... show this help and exit\n" " -V, --version ... show version information and exit\n" + /* WARNING: The following is parsed by the bash completion script. + * Any change to the format (in particular to the indentation) + * should kept in the script in sync. */ "Commands:\n" #if HAVE_XKBCLI_LIST " list\n" @@ -48,14 +51,14 @@ 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" #endif #if HAVE_XKBCLI_INTERACTIVE_EVDEV " interactive-evdev\n" - " Interactive debugger for XKB keymaps for evdev (Linux)\n" + " Interactive debugger for XKB keymaps for evdev\n" "\n" #endif #if HAVE_XKBCLI_COMPILE_KEYMAP