summaryrefslogtreecommitdiff
path: root/lib/chef/application/apply.rb
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-04-25 22:50:06 +0100
committerStuart Preston <stuart@chef.io>2018-04-25 22:50:06 +0100
commit9c8c72ebfa0eeb3c33b9bb1c6fbb72e25bce5202 (patch)
tree25aefe97c349022d831ccfc4e38fcee1a931be02 /lib/chef/application/apply.rb
parent5ef14cc77226fe16b734ec90aead1de5d49ca7fb (diff)
downloadchef-9c8c72ebfa0eeb3c33b9bb1c6fbb72e25bce5202.tar.gz
Updating a few logging references to include :tracesp/cli-logging-options
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'lib/chef/application/apply.rb')
-rw-r--r--lib/chef/application/apply.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/apply.rb b/lib/chef/application/apply.rb
index d7f2359b02..ec627ada2e 100644
--- a/lib/chef/application/apply.rb
+++ b/lib/chef/application/apply.rb
@@ -70,7 +70,7 @@ class Chef::Application::Apply < 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 (trace, debug, info, warn, error, fatal)",
:proc => lambda { |l| l.to_sym }
option :help,