virsh: Add domain name completion to 'migrate-postcopy' command

Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
Lin Ma 2018-05-08 22:20:30 +08:00 committed by Michal Privoznik
parent 8379895227
commit f3097dc8b6

View File

@ -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}
};