From ebf077cbf8ec7745e3f533a0bbc472ee74ed5349 Mon Sep 17 00:00:00 2001 From: yidong0635 Date: Mon, 21 Mar 2022 12:30:04 +0800 Subject: [PATCH] configure: Correct without-pmdk configure message. without-pmdk should notice with no path specified. Signed-off-by: yidong0635 Change-Id: I10f881c4677db2d9282f8f16975e3aab674c26d0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11988 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Aleksey Marchuk --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index fb81e8a46..8974820dc 100755 --- a/configure +++ b/configure @@ -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."