bin/cloud-osxcopy in auser-poolparty-1.1.7 vs bin/cloud-osxcopy in auser-poolparty-1.2.0
- old
+ new
@@ -2,10 +2,10 @@
$:.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
require "poolparty"
require "poolpartycl"
o = PoolParty::Optioner.new(ARGV) do |opts, optioner|
- opts.on('-n name', '--name name', 'Copy the master ip for this cloud') { |c| optioner.cloudname c }
+ opts.on('-n name', '--name name', 'Copy an ip from this cloud to the clipboard') { |c| optioner.cloudname c }
end
o.loaded_clouds.each do |cld|
node = cld.nodes(:status => "running").first
\ No newline at end of file