summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Backus <jos@catnook.com>2016-02-17 11:11:12 -0800
committerJos Backus <jos@catnook.com>2016-02-17 11:11:12 -0800
commitd038cf5a74267e02136d38407bbaa188754e5830 (patch)
treef8556677fdf4624cb58622a781d6fa9b18efda41
parent44779930bea8c258f94d5910d1ee01ce3df20fe0 (diff)
downloadchef-d038cf5a74267e02136d38407bbaa188754e5830.tar.gz
Tighten up wording (thanks @thommay!)
-rw-r--r--lib/chef/application/client.rb2
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