summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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