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:
parent
7f2319c67f
commit
016f9ae3f0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user