From 8d2247dfd1f2313bc75e47c8d34894b1fc126867 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 8 Mar 2018 18:19:58 -0500 Subject: [PATCH] tools: Update the help description of the adapter-parent field One short sentence won't do it justice, but it could help by listing scsi_hostN and vHBA to point one in the right direction. Signed-off-by: John Ferlan --- tools/virsh-pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-pool.c b/tools/virsh-pool.c index 9c7e972bad..668e8087dd 100644 --- a/tools/virsh-pool.c +++ b/tools/virsh-pool.c @@ -127,7 +127,7 @@ }, \ {.name = "adapter-parent", \ .type = VSH_OT_STRING, \ - .help = N_("adapter parent to be used for underlying storage") \ + .help = N_("adapter parent scsi_hostN to be used for underlying vHBA storage") \ } virStoragePoolPtr -- 2.39.5