mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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
@ -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
Block a user