test: add extra info to the layout-tester --help output

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
master
Peter Hutterer 2021-04-20 12:21:28 +10:00 committed by Ran Benita
parent be520ef91c
commit f60bdb1680
1 changed files with 6 additions and 1 deletions

View File

@ -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,