mirror of https://gitee.com/openkylin/libvirt.git
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 <jferlan@redhat.com>
This commit is contained in:
parent
3d79246888
commit
8d2247dfd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue