lib/cloudstack-cli/commands/cluster.rb in cloudstack-cli-0.4.3 vs lib/cloudstack-cli/commands/cluster.rb in cloudstack-cli-0.5.0
- old
+ new
@@ -1,7 +1,7 @@
class Cluster < CloudstackCli::Base
- desc 'cluster list', 'list clusters'
+ desc '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