mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-12 04:58:32 +03:00
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:
parent
4d21d4acf2
commit
b739913827
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user