From: Peter Krempa Date: Wed, 5 Jun 2019 10:57:42 +0000 (+0200) Subject: virsh: undefine: Clarify help string for --snapshots-metadata X-Git-Tag: v5.5.0-rc1~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b739913827873f4fc4460cd54776aa84db186f4b;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Fabiano FidĂȘncio ACKed-by: Eric Blake --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 82140feb57..a6e4469160 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -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,