diff options
author | drag00n <cmlucian@us.ibm.com> | 2015-01-17 18:56:30 -0500 |
---|---|---|
committer | drag00n <cmlucian@us.ibm.com> | 2015-01-17 18:56:30 -0500 |
commit | d40461f30b862fb8f1801bd6f1fab420c3ab192f (patch) | |
tree | bba692c4070477a7249946ce8ee70a99a2f37f36 /lib/chef/application | |
parent | 005f75e158ce702bb28fd6199e9654b3d1115d3b (diff) | |
download | chef-d40461f30b862fb8f1801bd6f1fab420c3ab192f.tar.gz |
Update chef-client help with auto.
This fixes [2769](https://github.com/opscode/chef/issues/2769).
Chef-client defaults to auto if not specified in the client.rb.
Diffstat (limited to 'lib/chef/application')
-rw-r--r-- | lib/chef/application/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index 40772c0f8f..7ba89c6847 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -63,7 +63,7 @@ class Chef::Application::Client < Chef::Application option :log_level, :short => "-l LEVEL", :long => "--log_level LEVEL", - :description => "Set the log level (debug, info, warn, error, fatal)", + :description => "Set the log level (auto, debug, info, warn, error, fatal)", :proc => lambda { |l| l.to_sym } option :log_location, |