diff options
author | kaustubh-d <kaustubh@clogeny.com> | 2013-05-13 10:58:16 +0530 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-05-13 21:43:52 -0700 |
commit | 0bf91c1cdec15a1f1a01b053bb80496fce8ac293 (patch) | |
tree | 525a4fdb88586b5b4972a3789d0ee1fd3f60a149 /lib/chef | |
parent | 88ffc1fa73d9933e5999b4d1ae59cc179c482897 (diff) | |
download | chef-0bf91c1cdec15a1f1a01b053bb80496fce8ac293.tar.gz |
rephrase messages related to colored output options change.
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/application/client.rb | 2 | ||||
-rw-r--r-- | lib/chef/application/knife.rb | 2 |
2 files changed, 2 insertions, 2 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", 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", |