summaryrefslogtreecommitdiff
path: root/chef/lib/chef/application
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2012-05-14 15:52:21 -0700
committerDaniel DeLeo <dan@opscode.com>2012-05-14 15:52:21 -0700
commitf76edb9b0737f414ba43ea1e44e1e6896182bde6 (patch)
treee83e7f89416306ad9f10dee60f2a5a942f30005a /chef/lib/chef/application
parent251734ec08f2e4b461ed289f06d70a0b516aa0ff (diff)
downloadchef-f76edb9b0737f414ba43ea1e44e1e6896182bde6.tar.gz
more polish for doc formatter, disable diffs for now
Diffstat (limited to 'chef/lib/chef/application')
-rw-r--r--chef/lib/chef/application/client.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/chef/lib/chef/application/client.rb b/chef/lib/chef/application/client.rb
index be431027a1..63b2ff4abe 100644
--- a/chef/lib/chef/application/client.rb
+++ b/chef/lib/chef/application/client.rb
@@ -37,6 +37,12 @@ class Chef::Application::Client < Chef::Application
:default => Chef::Config.platform_specific_path("/etc/chef/client.rb"),
:description => "The configuration file to use"
+ option :formatter,
+ :short => "-F FORMATTER",
+ :long => "--format FORMATTER",
+ :description => "output format to use"
+
+
option :log_level,
:short => "-l LEVEL",
:long => "--log_level LEVEL",