diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2013-11-25 18:17:28 +1300 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2013-11-25 18:17:28 +1300 |
| commit | f28cc4ffb9fecc63210ed0bca52077fbcc9612d5 (patch) | |
| tree | 2dd8fde2f7d2ed2ad81dd0cddf2e0fba441ad1a3 /python | |
| parent | 9c24b5dbb4e3a2ff55372ffca620bb1cda3ef875 (diff) | |
| download | subunit-f28cc4ffb9fecc63210ed0bca52077fbcc9612d5.tar.gz | |
Make usage line match help text.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/_output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/_output.py b/python/subunit/_output.py index 66ff5df..32d5110 100644 --- a/python/subunit/_output.py +++ b/python/subunit/_output.py @@ -56,7 +56,7 @@ def parse_arguments(args=None, ParserClass=OptionParser): parser = ParserClass( prog="subunit-output", description="A tool to generate a subunit v2 result byte-stream", - usage="subunit-output [-h] [status test_id] [options]", + usage="subunit-output [-h] [status TEST_ID] [options]", ) parser.set_default('tags', None) parser.set_default('test_id', None) |
