mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
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:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user