tools: expand help output for rmlvo-to-keymap Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
diff --git a/tools/rmlvo-to-keymap.c b/tools/rmlvo-to-keymap.c
index f1822ec..40ef52f 100644
--- a/tools/rmlvo-to-keymap.c
+++ b/tools/rmlvo-to-keymap.c
@@ -36,9 +36,30 @@
static void
usage(char **argv)
{
- printf("Usage: %s [--verbose] [--rules <rules>] [--layout <layout>] [--variant <variant>] [--options <option>]\n",
- argv[0]);
- printf("Compile the RMLVO to a keymap and print it.\n");
+ printf("Usage: %s [OPTIONS]\n"
+ "\n"
+ "Compile the given RMLVO to a keymap and print it\n"
+ "\n"
+ "Options:\n"
+ " --verbose\n"
+ " Enable verbose debugging output\n"
+ "\n"
+ "XKB-specific options:\n"
+ " --rules <rules>\n"
+ " The XKB ruleset (default: '%s')\n"
+ " --model <model>\n"
+ " The XKB model (default: '%s')\n"
+ " --layout <layout>\n"
+ " The XKB layout (default: '%s')\n"
+ " --variant <variant>\n"
+ " The XKB layout variant (default: '%s')\n"
+ " --options <options>\n"
+ " The XKB options (default: '%s')\n"
+ "\n",
+ argv[0], DEFAULT_XKB_RULES,
+ DEFAULT_XKB_MODEL, DEFAULT_XKB_LAYOUT,
+ DEFAULT_XKB_VARIANT ? DEFAULT_XKB_VARIANT : "<none>",
+ DEFAULT_XKB_OPTIONS ? DEFAULT_XKB_OPTIONS : "<none>");
}
static bool