summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitsofe Wheeler <sitsofe@yahoo.com>2017-10-29 07:47:36 +0000
committerSitsofe Wheeler <sitsofe@yahoo.com>2017-10-29 10:22:44 +0000
commita72f40bb129f99d5463383466a31d5ff6119aa96 (patch)
tree7c9c8b2c3c11297aba9e4c947979fa28977aa699
parent11fd6aa8569c55c8488020e4e315d550d121ff79 (diff)
downloadfio-a72f40bb129f99d5463383466a31d5ff6119aa96.tar.gz
steadystate_tests.py: fix up usage comment
Make the comment about usage match the argparse line. Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
-rwxr-xr-xunit_tests/steadystate_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/steadystate_tests.py b/unit_tests/steadystate_tests.py
index 91c79a45..d222840f 100755
--- a/unit_tests/steadystate_tests.py
+++ b/unit_tests/steadystate_tests.py
@@ -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+