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:
parent
f2b3ccbeed
commit
8ed21126a8
@ -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