lib/cloudstack-cli/commands/offering.rb in cloudstack-cli-0.3.1 vs lib/cloudstack-cli/commands/offering.rb in cloudstack-cli-0.3.2
- old
+ new
@@ -3,10 +3,10 @@
desc 'list', 'list compute offerings'
option :domain
def list
offerings = client.list_service_offerings(options[:domain])
if offerings.size < 1
- puts "No offerings found"
+ puts "No offerings found."
else
table = [["Name", "Displaytext", "Domain", "ID"]]
offerings.each do |offering|
table << [
offering["name"],
\ No newline at end of file