mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user