From b739913827873f4fc4460cd54776aa84db186f4b Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 5 Jun 2019 12:57:42 +0200 Subject: [PATCH] virsh: undefine: Clarify help string for --snapshots-metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tools/virsh-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,