mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
virsh: Apply macro for current VSH_OT_ARGV "domain" options
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
90396d795a
commit
919bb45b56
@ -1991,11 +1991,7 @@ static const vshCmdOptDef opts_domstats[] = {
|
||||
.type = VSH_OT_BOOL,
|
||||
.help = N_("add backing chain information to block stats"),
|
||||
},
|
||||
{.name = "domain",
|
||||
.type = VSH_OT_ARGV,
|
||||
.flags = VSH_OFLAG_NONE,
|
||||
.help = N_("list of domains to get stats for"),
|
||||
},
|
||||
VIRSH_COMMON_OPT_DOMAIN_OT_ARGV(N_("list of domains to get stats for"), 0),
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user