diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-11-25 11:23:57 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-11-25 11:23:57 -0800 |
commit | e3a022e7a338d550fe59be04d689e4ecf13f8569 (patch) | |
tree | 47cb6e3098527d89c5c5db5ebec19ede6b534083 /lib/chef/application | |
parent | 868552dc9da2e122034ae7aa698dde5a9d9d5e0c (diff) | |
parent | 5c489b2fb6f10e5ba39d804524d754139e0b2dc9 (diff) | |
download | chef-e3a022e7a338d550fe59be04d689e4ecf13f8569.tar.gz |
Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball/contrib-pass
Diffstat (limited to 'lib/chef/application')
-rw-r--r-- | lib/chef/application/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index d3e2f55757..ca5a9c9900 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -64,7 +64,7 @@ class Chef::Application::Knife < Chef::Application :long => "--disable-editing", :description => "Do not open EDITOR, just accept the data as is", :boolean => true, - :defaut => false + :default => false option :help, :short => "-h", |