summaryrefslogtreecommitdiff
path: root/lib/chef/application
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/application')
-rw-r--r--lib/chef/application/client.rb2
-rw-r--r--lib/chef/application/solo.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index e71e76c4ee..403b5c0593 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -109,7 +109,7 @@ class Chef::Application::Client < Chef::Application
option :lockfile,
:long => "--lockfile LOCKFILE",
- :description => "Set the lockfile location, for the converging chef-client process",
+ :description => "Set the lockfile location. Prevents multiple client processes from converging at the same time",
:proc => nil
option :interval,
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb
index e930afa48a..c919c2b48b 100644
--- a/lib/chef/application/solo.rb
+++ b/lib/chef/application/solo.rb
@@ -101,7 +101,7 @@ class Chef::Application::Solo < Chef::Application
option :lockfile,
:long => "--lockfile LOCKFILE",
- :description => "Set the lockfile location",
+ :description => "Set the lockfile location. Prevents multiple processes from converging at the same time",
:proc => nil
option :interval,