]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove the redundant parentheses in migrate help
authorYanbing Du <ydu@redhat.com>
Tue, 26 Mar 2013 03:02:17 +0000 (11:02 +0800)
committerGuannan Ren <gren@redhat.com>
Tue, 26 Mar 2013 03:32:36 +0000 (11:32 +0800)
Signed-off-by: Yanbing Du <ydu@redhat.com>
tools/virsh-domain.c

index 128e5160fd1e5887a11b4454357dd782bffec9ab..592a6e837755fdf5a91f2da9420d9d8bff75e1ef 100644 (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,