1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Remove offline resize limitation from CLI (#2843)

This commit is contained in:
Daniel Clavijo Coca 2023-11-28 09:23:02 -06:00 committed by GitHub
parent ac11277d93
commit ec64ac4457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1267,8 +1267,7 @@ CommandParser::CmdParser.new(ARGV) do
end
resize_desc = <<-EOT.unindent
Resizes the capacity of a Virtual Machine (offline, the VM cannot be
RUNNING)
Resizes the capacity of a Virtual Machine
#{OpenNebulaHelper::TEMPLATE_INPUT}
EOT