Add additional e for consistency

This commit is contained in:
Joshua Boniface 2019-07-07 15:18:35 -04:00
parent f75216d946
commit 4a93945b58
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ If `flag_force` is specified, migrate the VM even if it has already been migrate
* Mandatory values: N/A * Mandatory values: N/A
* Optional values: N/A * Optional values: N/A
Unmigrate the `migrate`d VM with name or UUID `<vm>`, returning it to its previous node. Use Libvirt live migration if possible; otherwise `shutdown` then `start` on the previous node. Unmigrate the `migrate`ed VM with name or UUID `<vm>`, returning it to its previous node. Use Libvirt live migration if possible; otherwise `shutdown` then `start` on the previous node.
Attempting to `unmigrate` a non-migrated VM will return a failure. Attempting to `unmigrate` a non-migrated VM will return a failure.