diff options
author | Daniel DeLeo <dan@opscode.com> | 2012-05-14 15:52:21 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2012-05-14 15:52:21 -0700 |
commit | f76edb9b0737f414ba43ea1e44e1e6896182bde6 (patch) | |
tree | e83e7f89416306ad9f10dee60f2a5a942f30005a /chef/lib/chef/application | |
parent | 251734ec08f2e4b461ed289f06d70a0b516aa0ff (diff) | |
download | chef-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.rb | 6 |
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", |