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>
This commit is contained in:
Ricardo Diaz 2021-11-25 10:19:43 +01:00 committed by GitHub
parent f2b3ccbeed
commit 8ed21126a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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