From 5c925a4d82b1946b3c8b2d521dda7782107816a6 Mon Sep 17 00:00:00 2001 From: Yanbing Du Date: Tue, 26 Mar 2013 11:02:17 +0800 Subject: [PATCH] Remove the redundant parentheses in migrate help Signed-off-by: Yanbing Du --- 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 128e5160fd..592a6e8377 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -8286,7 +8286,7 @@ static const vshCmdOptDef opts_migrate[] = { }, {.name = "change-protection", .type = VSH_OT_BOOL, - .help = N_("prevent any configuration changes to domain until migration ends)") + .help = N_("prevent any configuration changes to domain until migration ends") }, {.name = "unsafe", .type = VSH_OT_BOOL,