From: sannyshao Date: Wed, 15 Jun 2016 06:54:40 +0000 (+0800) Subject: virsh: Fix help string for net-dumpxml X-Git-Tag: v2.0.0-rc1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14b37b5eddc442c5c521406791a93d7fd755dcd;p=thirdparty%2Flibvirt.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} };