]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix help string for net-dumpxml
authorsannyshao <jishao@redhat.com>
Wed, 15 Jun 2016 06:54:40 +0000 (14:54 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 16 Jun 2016 13:38:41 +0000 (09:38 -0400)
Follow other examples (dumpxml, iface-dumpxml, and pool-dumpxml)
for the --inactive .help string

tools/virsh-network.c

index 5abcda37cde24e9a5040a8ebef4079db6efcfa6f..0054495931f4de2bf7c58f3c42f2c8d4ba79dfb9 100644 (file)
@@ -282,7 +282,7 @@ static const vshCmdOptDef opts_network_dumpxml[] = {
     VIRSH_COMMON_OPT_NETWORK,
     {.name = "inactive",
      .type = VSH_OT_BOOL,
-     .help = N_("network information of an inactive domain")
+     .help = N_("show inactive defined XML")
     },
     {.name = NULL}
 };