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

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

Signed-off-by: NLin Ma <lma@suse.com>
上级 c5a9e6a9
......@@ -1032,11 +1032,7 @@ static const vshCmdInfo info_network_uuid[] = {
};
static const vshCmdOptDef opts_network_uuid[] = {
{.name = "network",
.type = VSH_OT_DATA,
.flags = VSH_OFLAG_REQ,
.help = N_("network name")
},
VIRSH_COMMON_OPT_NETWORK(N_("network name"), 0),
{.name = NULL}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册