nvme/perf: add missing square brackets for usage
Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com> Change-Id: I276f0d2e1b8706545f7015bed7300a1d6a329f03 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12863 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by: Krishna Kanth Reddy <krish.reddy@samsung.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
95e057210e
commit
da45400093
@ -1745,7 +1745,7 @@ static void usage(char *program_name)
|
||||
printf("\t[-w, --io-pattern <pattern> io pattern type, must be one of\n");
|
||||
printf("\t\t(read, write, randread, randwrite, rw, randrw)]\n");
|
||||
printf("\t[-M, --rwmixread <0-100> rwmixread (100 for reads, 0 for writes)]\n");
|
||||
printf("\t[-F, --zipf <theta> use zipf distribution for random I/O\n");
|
||||
printf("\t[-F, --zipf <theta> use zipf distribution for random I/O]\n");
|
||||
printf("\t[-L, --enable-sw-latency-tracking enable latency tracking via sw, default: disabled]\n");
|
||||
printf("\t\t-L for latency summary, -LL for detailed histogram\n");
|
||||
printf("\t[-l, --enable-ssd-latency-tracking enable latency tracking via ssd (if supported), default: disabled]\n");
|
||||
@ -1782,7 +1782,7 @@ static void usage(char *program_name)
|
||||
printf("\t[-C, --max-completion-per-poll <val> max completions per poll]\n");
|
||||
printf("\t\t(default: 0 - unlimited)\n");
|
||||
printf("\t[-i, --shmem-grp-id <id> shared memory group ID]\n");
|
||||
printf("\t[-Q, --skip-errors log I/O errors every N times (default: 1)\n");
|
||||
printf("\t[-Q, --skip-errors log I/O errors every N times (default: 1)]\n");
|
||||
printf("\t");
|
||||
spdk_log_usage(stdout, "-T");
|
||||
printf("\t[-V, --enable-vmd enable VMD enumeration]\n");
|
||||
@ -1798,7 +1798,7 @@ static void usage(char *program_name)
|
||||
#ifdef DEBUG
|
||||
printf("\t[-G, --enable-debug enable debug logging]\n");
|
||||
#else
|
||||
printf("\t[-G, --enable-debug enable debug logging (flag disabled, must reconfigure with --enable-debug)\n");
|
||||
printf("\t[-G, --enable-debug enable debug logging (flag disabled, must reconfigure with --enable-debug)]\n");
|
||||
#endif
|
||||
printf("\t[--transport-stats dump transport statistics]\n");
|
||||
printf("\t[--iova-mode <mode> specify DPDK IOVA mode: va|pa]\n");
|
||||
|
Loading…
Reference in New Issue
Block a user