From f28cc4ffb9fecc63210ed0bca52077fbcc9612d5 Mon Sep 17 00:00:00 2001 From: Thomi Richards Date: Mon, 25 Nov 2013 18:17:28 +1300 Subject: Make usage line match help text. --- python/subunit/_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/subunit') 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) -- cgit v1.2.1