mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #: replace driver by format in CLI options (#659)
This commit is contained in:
parent
9977a6f331
commit
0df3479fa3
@ -98,9 +98,9 @@ class OneImageHelper < OpenNebulaHelper::OneHelper
|
||||
end
|
||||
},
|
||||
{
|
||||
:name => 'driver',
|
||||
:large => '--driver driver',
|
||||
:description => 'Driver to use image (raw, qcow2, tap:aio:...)',
|
||||
:name => 'format',
|
||||
:large => '--format format',
|
||||
:description => 'Format of the image (raw, qcow2, ...)',
|
||||
:format => String
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user