]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
test-zstd-speed.py: better description of options
authorinikep <inikep@gmail.com>
Thu, 15 Sep 2016 18:41:37 +0000 (20:41 +0200)
committerinikep <inikep@gmail.com>
Thu, 15 Sep 2016 18:41:37 +0000 (20:41 +0200)
tests/test-zstd-speed.py

index 2bd370a7c0b271b28c3937f80c7b7f514f127b4b..56b4d46b9f2da9122262ae477a27096f41202e72 100755 (executable)
@@ -245,7 +245,7 @@ def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, hav
 
 if __name__ == '__main__':
     parser = argparse.ArgumentParser()
-    parser.add_argument('testFileNames', help='file names list for speed benchmark')
+    parser.add_argument('testFileNames', help='file or directory names list for speed benchmark')
     parser.add_argument('emails', help='list of e-mail addresses to send warnings')
     parser.add_argument('--dictionary', '-D', help='path to the dictionary')
     parser.add_argument('--message', '-m', help='attach an additional message to e-mail', default="")