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

Remove possible copy&paste mistake

The command shows how to create a new image using a path to the image
so the comment should reflect that.
This commit is contained in:
Matthias Schmitz 2015-03-26 22:41:08 +01:00
parent 5b80be0af6
commit 068e0a53d3

View File

@ -97,7 +97,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
oneimage create -d default centOS.tmpl
- new image "arch" using a path of type centOS:
- new image "arch" using a path:
oneimage create -d default --name arch --path /tmp/arch.img