From: Yanbing Du Date: Tue, 26 Mar 2013 03:02:17 +0000 (+0800) Subject: Remove the redundant parentheses in migrate help X-Git-Tag: v1.0.4-rc2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c925a4d82b1946b3c8b2d521dda7782107816a6;p=thirdparty%2Flibvirt.git Remove the redundant parentheses in migrate help Signed-off-by: Yanbing Du --- 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,