lib/cloudstack-cli/commands/zone.rb in cloudstack-cli-0.0.3 vs lib/cloudstack-cli/commands/zone.rb in cloudstack-cli-0.0.4

- old
+ new

@@ -1,7 +1,7 @@ class Zone < Thor - desc "list", "list zones" + desc "zone list", "list zones" def list cs_cli = CloudstackCli::Helper.new(options[:config]) zones = cs_cli.zones if zones.size < 1 puts "No projects found" \ No newline at end of file