diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-02 20:10:51 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-02 20:10:51 -0700 |
commit | c94d875a734d4b4e55dbe0a64dcffc45e90c93d9 (patch) | |
tree | 14dce12fe00f577b0365e40e46cc24a7375c59e0 /lib/chef/application/solo.rb | |
parent | f889469109364e91f9c649620acd9d24e68489ee (diff) | |
download | chef-c94d875a734d4b4e55dbe0a64dcffc45e90c93d9.tar.gz |
Fix a description I missed
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/application/solo.rb')
-rw-r--r-- | lib/chef/application/solo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb index 72db3e89d9..62f08233de 100644 --- a/lib/chef/application/solo.rb +++ b/lib/chef/application/solo.rb @@ -176,7 +176,7 @@ class Chef::Application::Solo < Chef::Application option :client_fork, short: "-f", long: "--[no-]fork", - description: "Fork client." + description: "Fork #{Chef::Dist::CLIENT} process." option :why_run, short: "-W", |