virsh: Fix help string for net-dumpxml

Follow other examples (dumpxml, iface-dumpxml, and pool-dumpxml)
for the --inactive .help string
This commit is contained in:
sannyshao 2016-06-15 14:54:40 +08:00 committed by John Ferlan
parent 55be2920c3
commit b14b37b5ed

View 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}
};