Commit 3a3eb25e authored by Jim Harris's avatar Jim Harris
Browse files

examples/nvme/identify: remove -v from usage text



This option may have been valid at one point, but is
not any longer.  So remove it from the usage text.

Signed-off-by: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I83747968085a77fb52d735026294bf5f82517ffc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7276


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatar <dongx.yi@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 67a03bc7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2046,7 +2046,6 @@ usage(const char *program_name)
	printf(" -g         use single file descriptor for DPDK memory segments\n");
	printf(" -x         print hex dump of raw data\n");
	printf(" -z         For NVMe Zoned Namespaces, dump the full zone report (-z) or the first N entries (-z N)\n");
	printf(" -v         verbose (enable warnings)\n");
	printf(" -V         enumerate VMD\n");
	printf(" -H         show this usage\n");
}