提交 7d5f0fda 编写于 作者: J Jonathon Jongsma 提交者: Laine Stump

virsh: Fix help for net-port-delete

Apparently a copy/paste error. The net-port-delete help string was in
fact from net-port-dumpxml.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1747826Signed-off-by: NJonathon Jongsma <jjongsma@redhat.com>
上级 6ecc9df8
......@@ -1593,10 +1593,10 @@ cmdNetworkPortDumpXML(vshControl *ctl, const vshCmd *cmd)
*/
static const vshCmdInfo info_network_port_delete[] = {
{.name = "help",
.data = N_("network port information in XML")
.data = N_("delete the specified network port")
},
{.name = "desc",
.data = N_("Output the network port information as an XML dump to stdout.")
.data = N_("Delete the specified network port.")
},
{.name = NULL}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册