mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
virsh: Add domain name completion to 'migrate-postcopy' command
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
8379895227
commit
f3097dc8b6
@ -11213,11 +11213,7 @@ static const vshCmdInfo info_migrate_postcopy[] = {
|
||||
};
|
||||
|
||||
static const vshCmdOptDef opts_migrate_postcopy[] = {
|
||||
{.name = "domain",
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("domain name, id or uuid")
|
||||
},
|
||||
VIRSH_COMMON_OPT_DOMAIN_FULL(VIR_CONNECT_LIST_DOMAINS_ACTIVE),
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user