mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-08 20:58:17 +03:00
M #-: Remove numbers in provision list options (CLI)
This commit is contained in:
parent
1523d9797f
commit
34c4f38a47
@ -805,8 +805,8 @@ module OneProvision
|
||||
end
|
||||
when 'list'
|
||||
puts
|
||||
input['options'].each_with_index do |opt, i|
|
||||
puts " #{i} #{opt}"
|
||||
input['options'].each do |opt|
|
||||
puts " - #{opt}"
|
||||
end
|
||||
puts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user