summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-11-25 18:17:28 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-11-25 18:17:28 +1300
commitf28cc4ffb9fecc63210ed0bca52077fbcc9612d5 (patch)
tree2dd8fde2f7d2ed2ad81dd0cddf2e0fba441ad1a3
parent9c24b5dbb4e3a2ff55372ffca620bb1cda3ef875 (diff)
downloadsubunit-f28cc4ffb9fecc63210ed0bca52077fbcc9612d5.tar.gz
Make usage line match help text.
-rw-r--r--python/subunit/_output.py2
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)