[libvirt] [PATCH] virsh: fix help for detach-disk --print-xml

Ján Tomko posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/4a6e17038bc1d92569c461989ec39a4e4877941f.1528356505.git.jtomko@redhat.com
Test syntax-check passed
tools/virsh-domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] virsh: fix help for detach-disk --print-xml
Posted by Ján Tomko 5 years, 10 months ago
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>
---
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list