fix usage info in run_benchmark
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 23 Apr 2020 07:48:31 +0000 (09:48 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 24 Apr 2020 06:55:25 +0000 (08:55 +0200)
testing/run_benchmark.py

index 3e2ef85..d7a0083 100755 (executable)
@@ -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 '