lib/chef/knife/cluster_show.rb in ironfan-3.1.5 vs lib/chef/knife/cluster_show.rb in ironfan-3.1.6

- old
+ new

@@ -24,10 +24,10 @@ include Ironfan::KnifeCommon deps do Ironfan::KnifeCommon.load_deps end - banner "knife cluster show CLUSTER-[FACET-[INDEXES]] (options) - a helpful display of cluster's cloud and chef state" + banner "knife cluster show CLUSTER[-FACET[-INDEXES]] (options) - a helpful display of cluster's cloud and chef state" option :cloud, :long => "--[no-]cloud", :description => "Look up machines on AWS cloud (default is yes, look up machines; use --no-cloud to skip)", :default => true,