summaryrefslogtreecommitdiff
path: root/lib/chef/application/knife.rb
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2013-05-13 10:58:16 +0530
committeradamedx <adamed@opscode.com>2013-05-13 21:43:52 -0700
commit0bf91c1cdec15a1f1a01b053bb80496fce8ac293 (patch)
tree525a4fdb88586b5b4972a3789d0ee1fd3f60a149 /lib/chef/application/knife.rb
parent88ffc1fa73d9933e5999b4d1ae59cc179c482897 (diff)
downloadchef-0bf91c1cdec15a1f1a01b053bb80496fce8ac293.tar.gz
rephrase messages related to colored output options change.
Diffstat (limited to 'lib/chef/application/knife.rb')
-rw-r--r--lib/chef/application/knife.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb
index f92da7fb91..82045d8a29 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 (windows default disabled)"
+ :description => "Use colored output, defaults to enabled on *NIX platforms and disabled on Windows platforms"
option :environment,
:short => "-E ENVIRONMENT",