mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
55be2920c3
commit
b14b37b5ed
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue