Remove the redundant parentheses in migrate help

Signed-off-by: Yanbing Du <ydu@redhat.com>
This commit is contained in:
Yanbing Du 2013-03-26 11:02:17 +08:00 committed by Guannan Ren
parent 7524cd893e
commit 5c925a4d82

View File

@ -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,