]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: undefine: Clarify help string for --snapshots-metadata
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Jun 2019 10:57:42 +0000 (12:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Jun 2019 08:26:37 +0000 (10:26 +0200)
Reword the end of the help string to make it more obvious that the VM
must be inactive.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
ACKed-by: Eric Blake <eblake@redhat.com>
tools/virsh-domain.c

index 82140feb576e6a2ca988c14726d5b36f95542193..a6e4469160ba87f7a2b49d8239115126dde66240 100644 (file)
@@ -3627,7 +3627,7 @@ static const vshCmdOptDef opts_undefine[] = {
     },
     {.name = "snapshots-metadata",
      .type = VSH_OT_BOOL,
-     .help = N_("remove all domain snapshot metadata, if inactive")
+     .help = N_("remove all domain snapshot metadata (vm must be inactive)")
     },
     {.name = "nvram",
      .type = VSH_OT_BOOL,