From b14b37b5eddc442c5c521406791a93d7fd755dcd Mon Sep 17 00:00:00 2001 From: sannyshao Date: Wed, 15 Jun 2016 14:54:40 +0800 Subject: [PATCH] virsh: Fix help string for net-dumpxml Follow other examples (dumpxml, iface-dumpxml, and pool-dumpxml) for the --inactive .help string --- tools/virsh-network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- GitLab