From a72f40bb129f99d5463383466a31d5ff6119aa96 Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Sun, 29 Oct 2017 07:47:36 +0000 Subject: [PATCH] steadystate_tests.py: fix up usage comment Make the comment about usage match the argparse line. Signed-off-by: Sitsofe Wheeler --- unit_tests/steadystate_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+ -- 2.25.1