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(a)redhat.com>
---
Pushed as trivial.
tools/virsh-domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index b555d746c5..6aa79f11b9 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -12296,7 +12296,7 @@ static const vshCmdOptDef opts_detach_disk[] = {
VIRSH_COMMON_OPT_DOMAIN_CURRENT,
{.name = "print-xml",
.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}
};
--
2.16.1