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

verbose output is now enabled by default in cli create commands

This commit is contained in:
Javi Fontan 2011-07-07 19:44:01 +02:00
parent efa6f18680
commit 03c4b69a1d

View File

@ -76,7 +76,7 @@ EOT
if OpenNebula.is_error?(rc)
return -1, rc.message
else
puts "ID: #{resource.id.to_s}" if options[:verbose]
puts "ID: #{resource.id.to_s}"
return 0
end
end