提交 919bb45b 编写于 作者: L Lin Ma 提交者: Michal Privoznik

virsh: Apply macro for current VSH_OT_ARGV "domain" options

Signed-off-by: NLin Ma <lma@suse.com>
上级 90396d79
......@@ -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}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册