1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

feature #2009: Fix onevm help (--with failure => --failure)

This commit is contained in:
Carlos Martín 2013-05-17 14:37:39 +02:00
parent d6572832e2
commit 8b84eb8fa2

View File

@ -521,8 +521,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
Example: A VM is stuck in "migrate" because of a hardware failure. You Example: A VM is stuck in "migrate" because of a hardware failure. You
need to check if the VM is running in the new host or not to recover need to check if the VM is running in the new host or not to recover
the vm with success (onevm recover --with success) or failure the vm with --success or --failure, respectively.
(onevm recover --with failure), respectively.
States: Any ACTIVE state. States: Any ACTIVE state.
EOT EOT