Skip to content

Commit

Permalink
test: add extra info to the layout-tester --help output
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot authored and bluetech committed Apr 20, 2021
1 parent be520ef commit f60bdb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/xkeyboard-config-test.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f60bdb1

Please sign in to comment.