diff options
author | Tim Smith <tsmith84@gmail.com> | 2016-04-20 14:29:07 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2016-04-22 09:35:58 -0700 |
commit | 87cc6ad74600f0020d60e9aeb29fecb86d7a3743 (patch) | |
tree | f30d75f0072452c4622db126661580acf70cc136 | |
parent | dca7249654e11ac428bd481d4881ac8be6592901 (diff) | |
download | ohai-87cc6ad74600f0020d60e9aeb29fecb86d7a3743.tar.gz |
Clarify what this CLI option actually does
-rw-r--r-- | lib/ohai/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/application.rb b/lib/ohai/application.rb index 690ecae3..0b0327e7 100644 --- a/lib/ohai/application.rb +++ b/lib/ohai/application.rb @@ -33,7 +33,7 @@ class Ohai::Application option :directory, :short => "-d DIRECTORY", :long => "--directory DIRECTORY", - :description => "A directory to add to the Ohai search path", + :description => "A directory to add to the Ohai plugin search path", :proc => lambda { |path| Ohai::Config.platform_specific_path(path) } option :log_level, |