lib/cloudstack-cli/commands/ip_address.rb in cloudstack-cli-0.5.8 vs lib/cloudstack-cli/commands/ip_address.rb in cloudstack-cli-0.6.0

- old
+ new

@@ -30,9 +30,10 @@ else addresses.each do |address| table << [address["ipaddress"], address["account"], address["zonename"]] end print_table table + say "Total number of addresses: #{addresses.size}" end end end \ No newline at end of file