steadystate_tests.py: fix up usage comment
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 29 Oct 2017 07:47:36 +0000 (07:47 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 29 Oct 2017 10:22:44 +0000 (10:22 +0000)
Make the comment about usage match the argparse line.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
unit_tests/steadystate_tests.py

index 91c79a45aa6bc67d7b0b9575231dc7691eee22ad..d222840faf6766ea41a98aa0f011c8995b02350f 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # Test option parsing and functonality for fio's steady state detection feature.
 #
-# steadystate_tests.py ./fio file-for-read-testing file-for-write-testing
+# steadystate_tests.py --read file-for-read-testing --write file-for-write-testing ./fio
 #
 # REQUIREMENTS
 # Python 2.6+