summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamescott <jamescott@opscode.com>2013-11-06 16:27:21 -0800
committerjamescott <jamescott@opscode.com>2013-11-06 16:27:21 -0800
commitecbc917ac5496f3138b798332ea66f477c33f8ba (patch)
tree926022b4689e4c2473fc73df4061b30b9bd302b0
parent8cc3f13dca9d37282c85d9d9800d1d84d9db553f (diff)
downloadchef-ecbc917ac5496f3138b798332ea66f477c33f8ba.tar.gz
this option should not be used by customers
because it's used internally to test bootstrap operations only
-rw-r--r--lib/chef/knife/bootstrap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb
index e88bbc1f19..14dccb3892 100644
--- a/lib/chef/knife/bootstrap.rb
+++ b/lib/chef/knife/bootstrap.rb
@@ -91,7 +91,7 @@ class Chef
option :bootstrap_no_proxy,
:long => "--bootstrap-no-proxy [NO_PROXY_URL|NO_PROXY_IP]",
- :description => "Do not proxy locations for the node being bootstrapped",
+ :description => "Do not proxy locations for the node being bootstrapped; this option is used internally by Opscode",
:proc => Proc.new { |np| Chef::Config[:knife][:bootstrap_no_proxy] = np }
option :distro,