summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-10-06 13:59:31 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-10-06 13:59:31 -0700
commit533c51401a4b623665146550d816f1910387a6b8 (patch)
treec9d0e4a0d78c1ac9422904d8540585e1e5fe552e
parent130a94291555c03ca4775596ac940bac433b9174 (diff)
downloadchef-533c51401a4b623665146550d816f1910387a6b8.tar.gz
make description of option scarier
-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 690340ca43..abb2dadd07 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -57,7 +57,7 @@ class Chef::Application::Client < Chef::Application
option :profile_ruby,
:long => "--[no-]profile-ruby",
- :description => "Output ruby execution profile graph",
+ :description => "Dump complete Ruby call graph stack of entire Chef run (expert only)",
:boolean => true,
:default => false