1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-13 12:58:17 +03:00

onedb restore requires a parameter

This commit is contained in:
Javi Fontan 2017-07-12 18:36:12 +02:00
parent 93404c2e9a
commit 18ef6bf75e

View File

@ -355,7 +355,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
from the same backend (SQLite or MySQL)
EOT
command :restore , restore_desc, [:backup_file, nil],
command :restore , restore_desc, :backup_file,
:options=>[FORCE, FEDERATED] do
begin