lib/chef/knife/cookbook_site_install.rb in chef-0.10.2 vs lib/chef/knife/cookbook_site_install.rb in chef-0.10.4.rc.1

- old
+ new

@@ -34,18 +34,18 @@ option :no_deps, :short => "-D", :long => "--no-dependencies", :boolean => true, - :description => "Grab dependencies automatically" + :description => "Do not install dependencies automatically" option :cookbook_path, :short => "-o PATH:PATH", :long => "--cookbook-path PATH:PATH", :description => "A colon-separated path to look for cookbooks in", :proc => lambda { |o| o.split(":") } - option :branch_default, + option :default_branch, :short => "-B BRANCH", :long => "--branch BRANCH", :description => "Default branch to work with", :default => "master"