virsh: undefine: Clarify help string for --snapshots-metadata

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>
This commit is contained in:
Peter Krempa 2019-06-05 12:57:42 +02:00
parent 4d21d4acf2
commit b739913827

View 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,