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

M #-: Incorrect --driver option in oneimage command help (#1556)

Fixed oneimage create usage to use the actual --format option.

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
(cherry picked from commit 8ed21126a8f7ae645b226b09705abb95dcf5a33d)
This commit is contained in:
Ricardo Diaz 2021-11-25 10:19:43 +01:00 committed by Ruben S. Montero
parent 7f2319c67f
commit 016f9ae3f0
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -159,7 +159,7 @@ CommandParser::CmdParser.new(ARGV) do
- new persistent image, OS type and qcow2 format:
oneimage create -d 1 --name ubuntu --path /tmp/ubuntu.qcow2 \\
--prefix sd --type OS --driver qcow2 \\
--prefix sd --type OS --format qcow2 \\
--description "A OS plain installation" \\
--persistent