summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-25 16:36:54 +0300
committerRan Benita <ran@unusedvar.com>2020-07-25 16:37:57 +0300
commit95111740758fc12afbc55b00d79a9f567fd4b889 (patch)
tree522582fe990a43bd41a9ba20c18f4e39d5c9bbd2 /tools
parent2fefe558ab168b62447747195afa9a8da201a5c6 (diff)
downloadxorg-lib-libxkbcommon-95111740758fc12afbc55b00d79a9f567fd4b889.tar.gz
tools/compile-keymap: hide --kccgst comment on public build
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/compile-keymap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/compile-keymap.c b/tools/compile-keymap.c
index addbb2a..d0877a6 100644
--- a/tools/compile-keymap.c
+++ b/tools/compile-keymap.c
@@ -67,8 +67,10 @@ usage(char **argv)
" --rmlvo\n"
" Print the full RMLVO with the defaults filled in for missing elements\n"
" --from-xkb\n"
- " Load the XKB file from stdin, ignore RMLVO options. This option\n"
- " must not be used with --kccgst.\n"
+ " Load the XKB file from stdin, ignore RMLVO options.\n"
+#if ENABLE_PRIVATE_APIS
+ " This option must not be used with --kccgst.\n"
+#endif
" --include\n"
" Add the given path to the include path list. This option is\n"
" order-dependent, include paths given first are searched first.\n"