From: Philipp Gesang Date: Thu, 23 Apr 2020 07:48:31 +0000 (+0200) Subject: fix usage info in run_benchmark X-Git-Tag: v2.2~1^2~1 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=5cd2364223217a42c5a50a1b877575c71bc57366;p=python-delta-tar fix usage info in run_benchmark --- diff --git a/testing/run_benchmark.py b/testing/run_benchmark.py index 3e2ef85..d7a0083 100755 --- a/testing/run_benchmark.py +++ b/testing/run_benchmark.py @@ -46,7 +46,7 @@ def main(args = None): parser.add_argument('-P', '--profile', action='store_true', help='Enable profile') parser.add_argument('-m', '--tarmode', default="w:gz", - help='Enable profile') + help='Specify tarfile mode [w:gz]') parser.add_argument('-st', '--strategy', default='default', choices=['default', 'filtered', 'huffman_only'], help='Select the deflate strategy in zlib related '