summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-05 17:17:57 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-06 13:52:54 -0800
commita295ae458dac01cac16f07f258143803ccdbc47a (patch)
tree3617918cbea14d5fe826b6eaad138fb1858b2edc
parent6c432308e6e5784585117a674650ef214f581a5b (diff)
downloadchef-a295ae458dac01cac16f07f258143803ccdbc47a.tar.gz
Use the dist variable for chef-server
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb
index 68c286abb1..a12916110b 100644
--- a/lib/chef/shell.rb
+++ b/lib/chef/shell.rb
@@ -273,7 +273,7 @@ module Shell
option :chef_server_url,
short: "-S CHEFSERVERURL",
long: "--server CHEFSERVERURL",
- description: "The #{Chef::Dist::PRODUCT} server URL",
+ description: "The #{Chef::Dist::SERVER_PRODUCT} URL",
proc: nil
option :version,