summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-20 12:21:28 +1000
committerRan Benita <ran@unusedvar.com>2021-04-20 10:30:17 +0300
commitf60bdb1680650a131e8e21ffa4a8a16775a35c9f (patch)
treee13b6ea6cc23f866708545a1c437cb96055a6e91 /test
parentbe520ef91c7a4be8cf77b45edd8812173e0dad9b (diff)
downloadxorg-lib-libxkbcommon-f60bdb1680650a131e8e21ffa4a8a16775a35c9f.tar.gz
test: add extra info to the layout-tester --help output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rwxr-xr-xtest/xkeyboard-config-test.py.in7
1 files changed, 6 insertions, 1 deletions
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,