diff options
author | bblack <bb@opscode.com> | 2009-03-18 12:35:35 -0700 |
---|---|---|
committer | bblack <bb@opscode.com> | 2009-03-27 11:53:02 -0700 |
commit | 70ff9b277d0976a89439c9e564ca9170a74624ec (patch) | |
tree | 50a61823735d13eaa0e9093713a9cbd3aeb64dc4 /bin/ohai | |
parent | f2eac0529969c1b154577a354740389841f05622 (diff) | |
download | ohai-70ff9b277d0976a89439c9e564ca9170a74624ec.tar.gz |
[incremental] allow incremental updates for ohai
Diffstat (limited to 'bin/ohai')
-rwxr-xr-x | bin/ohai | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ config = { :log_level => :info } -with_debug = false opts = OptionParser.new do |opts| opts.banner = "Usage: #{$0} (options)" opts.on("-d", "--directory NAME", "A directory to add to the Ohai search path") do |d| |