mirror of https://gitee.com/openkylin/libvirt.git
virsh-pool: Add virshPoolTypeCompleter in macro VIRSH_COMMON_OPT_POOL_X_AS
Signed-off-by: Lin Ma <lma@suse.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
8cdbca6213
commit
3dab81cb21
tools
|
@ -64,6 +64,7 @@
|
|||
{.name = "type", \
|
||||
.type = VSH_OT_DATA, \
|
||||
.flags = VSH_OFLAG_REQ, \
|
||||
.completer = virshPoolTypeCompleter, \
|
||||
.help = N_("type of the pool") \
|
||||
}, \
|
||||
{.name = "print-xml", \
|
||||
|
|
Loading…
Reference in New Issue