lib/cloudstack-cli/commands/cluster.rb in cloudstack-cli-0.3.10 vs lib/cloudstack-cli/commands/cluster.rb in cloudstack-cli-0.3.11

- old
+ new

@@ -1,7 +1,7 @@ class Cluster < CloudstackCli::Base - desc 'list', 'list clusters' + desc 'cluster list', 'list clusters' def list clusters = client.list_clusters(options) if clusters.size < 1 say "No clusters found." else \ No newline at end of file