mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
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…
x
Reference in New Issue
Block a user