lib/cloudstack-cli/commands/zone.rb in cloudstack-cli-0.4.3 vs lib/cloudstack-cli/commands/zone.rb in cloudstack-cli-0.5.0
- old
+ new
@@ -1,7 +1,7 @@
class Zone < CloudstackCli::Base
- desc "zone list", "list zones"
+ desc "list", "list zones"
def list
zones = client.list_zones
if zones.size < 1
puts "No projects found"
else
\ No newline at end of file