Skip to content

Commit f60bdb1

Browse files
whotbluetech
authored andcommitted
test: add extra info to the layout-tester --help output
Signed-off-by: Peter Hutterer <[email protected]>
1 parent be520ef commit f60bdb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/xkeyboard-config-test.py.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,12 @@ def main(args):
252252
}
253253

254254
parser = argparse.ArgumentParser(
255-
description='Tool to test all layout/variant/option combinations.'
255+
description='''
256+
This tool compiles a keymap for each layout, variant and
257+
options combination in the given rules XML file. The output
258+
of this tool is YAML, use your favorite YAML parser to
259+
extract error messages. Errors are printed to stderr.
260+
'''
256261
)
257262
parser.add_argument('path', metavar='/path/to/evdev.xml',
258263
nargs='?', type=str,

0 commit comments

Comments
 (0)