summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@chef.io>2019-04-24 23:40:38 -0400
committerBryan McLellan <btm@loftninjas.org>2019-05-06 12:56:55 -0400
commitd1bb2f1cba61cd1c5a796fe17e7083831213e92b (patch)
treec6c735ac52ca4465ddba57e45509e7c5f59eb967
parent00464d7cc3e818ee687cae1db8c087ee95187579 (diff)
downloadchef-d1bb2f1cba61cd1c5a796fe17e7083831213e92b.tar.gz
Update target mode log message for Chef::Dist
Signed-off-by: Bryan McLellan <btm@chef.io>
-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 2acf180ca4..56d52784ad 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -301,7 +301,7 @@ class Chef::Application::Client < Chef::Application
option :target,
short: "-t TARGET",
long: "--target TARGET",
- description: "Target the Chef Client run against a remote system or device",
+ description: "Target #{Chef::Dist::PRODUCT} against a remote system or device",
proc: lambda { |target|
Chef::Log.warn "-- EXPERIMENTAL -- Target mode activated, resources and dsl may change without warning -- EXPERIMENTAL --"
target