lib/chef/knife/cluster_kill.rb in cluster_chef-knife-3.0.12 vs lib/chef/knife/cluster_kill.rb in cluster_chef-knife-3.0.14

- old
+ new

@@ -28,15 +28,15 @@ :description => "Kill bogus servers (ones that exist, but are not defined in the clusters file)", :boolean => true, :default => false option :cloud, :long => '--[no-]cloud', - :description => "Delete machines from cloud (default is to delete, use --no-cloud to skip)", + :description => "Kill machines from cloud (default is yes, terminate machines; use --no-cloud to skip)", :boolean => true, :default => true option :chef, :long => "--[no-]chef", - :description => "Delete the chef node and client (default is to delete, use --no-chef to skip)", + :description => "Delete the chef node and client (default is yes, delete chef objects; use --no-chef to skip)", :boolean => true, :default => true def relevant?(server) server.killable?