summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r--lib/chef/application/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index 365e58778e..9dfad97da6 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -59,7 +59,7 @@ class Chef::Application::Client < 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 :log_level,
:short => "-l LEVEL",