1
0
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:
Christian González 2021-01-18 16:54:34 +01:00 committed by GitHub
parent 9977a6f331
commit 0df3479fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},
{