diff options
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r-- | lib/chef/application/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index badd7af9cf..9ec553fb8a 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -287,7 +287,7 @@ class Chef::Application::Client < Chef::Application option :skip_cookbook_sync, :long => "--[no-]skip-cookbook-sync", - :description => "Whether to skip cookbook synchronization", + :description => "Use cached cookbooks without overwriting local differences from the server", :boolean => false IMMEDIATE_RUN_SIGNAL = "1".freeze |