]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: fix help for detach-disk --print-xml
authorJán Tomko <jtomko@redhat.com>
Thu, 7 Jun 2018 07:21:14 +0000 (09:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 7 Jun 2018 07:21:14 +0000 (09:21 +0200)
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>
tools/virsh-domain.c

index b555d746c5ee96622c0612a686e22dcb2aa2905e..6aa79f11b9818c3c72d6d43377d441613261dd57 100644 (file)
@@ -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}
 };