]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix help for net-port-delete
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 3 Sep 2019 16:47:29 +0000 (11:47 -0500)
committerLaine Stump <laine@redhat.com>
Fri, 6 Sep 2019 16:05:46 +0000 (12:05 -0400)
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=1747826

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
tools/virsh-network.c

index af084418426ed34c7296476ac931fc8927389df7..be16f7970ef9da5d7c82e8c3420dd6e8d37c394a 100644 (file)
@@ -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}
 };