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

- old
+ new

@@ -1,7 +1,7 @@ class Account < Thor - desc 'list [NAME]', 'list accounts' + desc 'account list [NAME]', 'list accounts' def list(name = nil) cs_cli = CloudstackCli::Helper.new(options[:config]) accounts = cs_cli.list_accounts(name) if accounts.size < 1 puts "No accounts found" \ No newline at end of file