summaryrefslogtreecommitdiff
path: root/python/subunit/_output.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/subunit/_output.py')
-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)