From: sannyshao Date: Wed, 15 Jun 2016 06:54:40 +0000 (+0800) Subject: virsh: Fix help string for net-dumpxml X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b14b37b5eddc442c5c521406791a93d7fd755dcd;p=libvirt.git virsh: Fix help string for net-dumpxml Follow other examples (dumpxml, iface-dumpxml, and pool-dumpxml) for the --inactive .help string --- diff --git a/tools/virsh-network.c b/tools/virsh-network.c index 5abcda37cd..0054495931 100644 --- a/tools/virsh-network.c +++ b/tools/virsh-network.c @@ -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} };