summaryrefslogtreecommitdiff
path: root/tools/xkbcli.c
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-25 11:17:11 +0300
committerRan Benita <ran@unusedvar.com>2020-07-25 15:06:12 +0300
commitf439ce188904f7a83c8e73d4ebc7a583a141c60f (patch)
treea418cd04d0c0815604f2fde67b94610ab3ca4424 /tools/xkbcli.c
parentce5eb1ac6d542bea11222670ec8438cdd074a833 (diff)
downloadxorg-lib-libxkbcommon-f439ce188904f7a83c8e73d4ebc7a583a141c60f.tar.gz
tools: some minor changes to xkbcli
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tools/xkbcli.c')
-rw-r--r--tools/xkbcli.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/xkbcli.c b/tools/xkbcli.c
index 78a9aa5..ecab655 100644
--- a/tools/xkbcli.c
+++ b/tools/xkbcli.c
@@ -45,22 +45,22 @@ usage(void)
#endif
#if HAVE_XKBCLI_INTERACTIVE_WAYLAND
" interactive-wayland\n"
- " Interactive debugger for XKB maps for wayland\n"
+ " Interactive debugger for XKB keymaps for Wayland\n"
"\n"
#endif
#if HAVE_XKBCLI_INTERACTIVE_x11
" interactive-x11\n"
- " Interactive debugger for XKB maps for X11\n"
+ " Interactive debugger for XKB keymaps for X11\n"
"\n"
#endif
#if HAVE_XKBCLI_INTERACTIVE_EVDEV
" interactive-evdev\n"
- " Interactive debugger for XKB maps for evdev\n"
+ " Interactive debugger for XKB keymaps for evdev (Linux)\n"
"\n"
#endif
#if HAVE_XKBCLI_COMPILE_KEYMAP
" compile-keymap\n"
- " Compile n XKB keymap\n"
+ " Compile an XKB keymap\n"
"\n"
#endif
#if HAVE_XKBCLI_HOW_TO_TYPE