Documentation: Fix sd_bench command help description.

The help prompt usage output for sd_bench was inconsistent with that of
the actual application. Amend this error.
This commit is contained in:
Stuart Ianna
2023-11-17 05:13:09 +00:00
committed by Xiang Xiao
parent 23de8cefb9
commit 90cf37a179
@@ -11,13 +11,14 @@ A single test run.
The following runtime options are available::
sdbench: [-b] [-r] [-d] [-k] [-s] [-u] [-v]
sdbench: [-b] [-r] [-d] [-k] [-s] [-a] [-v]
-b Block size per write (1-65536), default 512
-r Number of runs (1-10000), default 5
-d Max duration of a test (ms) (1-60000), default 2000
-k Keep test file when finished, default false
-s Call fsync after each block, false calls fsync
only at the end of each run, default false
-a Test performance on aligned data, default false
-v Verify data and block number, default true
An example of a completed test::