提交 27631eac 编写于 作者: L Lin Ma 提交者: Michal Privoznik

virsh-network: Add network name completion to 'net-event' command

Signed-off-by: NLin Ma <lma@suse.com>
上级 de97d560
......@@ -1202,10 +1202,7 @@ static const vshCmdInfo info_network_event[] = {
};
static const vshCmdOptDef opts_network_event[] = {
{.name = "network",
.type = VSH_OT_STRING,
.help = N_("filter by network name or uuid")
},
VIRSH_COMMON_OPT_NETWORK_OT_STRING(N_("filter by network name or uuid"), 0),
{.name = "event",
.type = VSH_OT_STRING,
.help = N_("which event type to wait for")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册