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

B: Fix typo in a onetemplate CLI example

This commit is contained in:
Mariano Guezuraga 2018-01-11 12:19:52 +01:00 committed by Ruben S. Montero
parent ddad3f36b6
commit 216e68186b

View File

@ -101,8 +101,8 @@ cmd=CommandParser::CmdParser.new(ARGV) do
- using two disks:
onetempate create --name "test vm" --memory 128 --cpu 1 \\
--disk arch,data
onetemplate create --name "test vm" --memory 128 --cpu 1 \\
--disk arch,data
EOT