1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Feature #3782: Update deprecated alias for saveas

This commit is contained in:
Carlos Martín 2015-07-20 12:58:48 +02:00
parent ecb8d5d528
commit 5213c5a710

View File

@ -932,7 +932,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
deprecated_command(:attachdisk, 'disk-attach')
deprecated_command(:detachdisk, 'disk-detach')
deprecated_command(:saveas, 'disk-snapshot')
deprecated_command(:'disk-snapshot', 'disk-saveas')
deprecated_command(:livemigrate, 'migrate --live')
deprecated_command(:cancel, 'shutdown --hard')
deprecated_command(:reset, 'reboot --hard')