mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
virsh: fix help for detach-disk --print-xml
The help message was copied from attach-interface. Introduced by commit <431e736>. https://bugzilla.redhat.com/show_bug.cgi?id=1588295 Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
2ddb6de39b
commit
4a6e17038b
@ -12296,7 +12296,7 @@ static const vshCmdOptDef opts_detach_disk[] = {
|
|||||||
VIRSH_COMMON_OPT_DOMAIN_CURRENT,
|
VIRSH_COMMON_OPT_DOMAIN_CURRENT,
|
||||||
{.name = "print-xml",
|
{.name = "print-xml",
|
||||||
.type = VSH_OT_BOOL,
|
.type = VSH_OT_BOOL,
|
||||||
.help = N_("print XML document rather than attach the interface")
|
.help = N_("print XML document rather than detach the disk")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user