mirror of https://gitee.com/openkylin/libvirt.git
Remove the redundant parentheses in migrate help
Signed-off-by: Yanbing Du <ydu@redhat.com>
This commit is contained in:
parent
7524cd893e
commit
5c925a4d82
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue