bdevperf: make usage() clear that -j takes a parameter
-j option requires a filename to specify the job config file to use. Update usage() to reflect that. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I38092f43e34c145d476783816f5300a1b0cfd673 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6329 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: <dongx.yi@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
b0c978893c
commit
783293dee4
@ -1999,7 +1999,7 @@ bdevperf_usage(void)
|
||||
printf(" -z start bdevperf, but wait for RPC to start tests\n");
|
||||
printf(" -X abort timed out I/O\n");
|
||||
printf(" -C enable every core to send I/Os to each bdev\n");
|
||||
printf(" -j use job config file\n");
|
||||
printf(" -j <filename> use job config file\n");
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user