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-05 17:17:57 -0800
commitb80f18cd06f073ec1270a81ff226a539be6e1614 (patch)
tree4c7263994ab09470f4adabae1b1771ddd7b402e8
parente60aa9eb75d3eb5ef8214039d7e47b7abe7afff1 (diff)
downloadchef-b80f18cd06f073ec1270a81ff226a539be6e1614.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 e5f7dc64b9..9673ed2ce2 100644
--- a/lib/chef/shell.rb
+++ b/lib/chef/shell.rb
@@ -295,7 +295,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,