[libvirt] [PATCH] Remove the redundant parentheses in migrate help

Yanbing Du ydu at redhat.com
Tue Mar 26 03:02:17 UTC 2013


Signed-off-by: Yanbing Du <ydu at redhat.com>
---
 tools/virsh-domain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 128e516..592a6e8 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,
-- 
1.7.1




More information about the libvir-list mailing list