Commit ebf077cb authored by yidong0635's avatar yidong0635 Committed by Tomasz Zawadzki
Browse files

configure: Correct without-pmdk configure message.



without-pmdk should notice with no path specified.

Signed-off-by: default avataryidong0635 <dongx.yi@intel.com>
Change-Id: I10f881c4677db2d9282f8f16975e3aab674c26d0
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11988


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 70f3606b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@ function usage() {
	echo " --without-virtio          No path required."
	echo " --with-vfio-user[=DIR]    Build custom vfio-user transport for NVMf target and NVMe initiator."
	echo " --without-vfio-user       example: /usr/src/libvfio-user"
	echo " --with-pmdk[=DIR]         Build persistent memory bdev."
	echo " --without-pmdk            example: /usr/share/pmdk"
	echo " --with-pmdk[=DIR]         Build persistent memory bdev.
					 example: /usr/share/pmdk"
	echo " --without-pmdk		 No path required."
	echo " --with-reduce             Build vbdev compression module."
	echo " --without-reduce          No path required."
	echo " --with-rbd                Build Ceph RBD bdev module."