From f60bdb1680650a131e8e21ffa4a8a16775a35c9f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Apr 2021 12:21:28 +1000 Subject: test: add extra info to the layout-tester --help output Signed-off-by: Peter Hutterer --- test/xkeyboard-config-test.py.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in index 752f027..66deca4 100755 --- a/test/xkeyboard-config-test.py.in +++ b/test/xkeyboard-config-test.py.in @@ -252,7 +252,12 @@ def main(args): } parser = argparse.ArgumentParser( - description='Tool to test all layout/variant/option combinations.' + description=''' + This tool compiles a keymap for each layout, variant and + options combination in the given rules XML file. The output + of this tool is YAML, use your favorite YAML parser to + extract error messages. Errors are printed to stderr. + ''' ) parser.add_argument('path', metavar='/path/to/evdev.xml', nargs='?', type=str, -- cgit v1.2.1