diff options
author | adamedx <adamed@opscode.com> | 2013-05-13 21:03:20 -0700 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-05-13 21:43:52 -0700 |
commit | ae9eae4aa83c2617ec49e830401b35919af183c3 (patch) | |
tree | fde9853bd33d5e9d465f9ccfc30a09dd0f4dbadc /lib/chef/application/knife.rb | |
parent | 0bf91c1cdec15a1f1a01b053bb80496fce8ac293 (diff) | |
download | chef-ae9eae4aa83c2617ec49e830401b35919af183c3.tar.gz |
Make --[no-]color description more concise
Diffstat (limited to 'lib/chef/application/knife.rb')
-rw-r--r-- | lib/chef/application/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index 82045d8a29..13612a4bf3 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -44,7 +44,7 @@ class Chef::Application::Knife < Chef::Application :long => '--[no-]color', :boolean => true, :default => !Chef::Platform.windows?, - :description => "Use colored output, defaults to enabled on *NIX platforms and disabled on Windows platforms" + :description => "Use colored output, defaults to false on Windows, true otherwise" option :environment, :short => "-E ENVIRONMENT", |