Skip to content

Commit

Permalink
Merge pull request chef#221 from tas50/OHAI-522
Browse files Browse the repository at this point in the history
Correct help output to reference ohai not chef
  • Loading branch information
btm committed Nov 6, 2013
2 parents 217afd9 + 1d2c0d2 commit c9fc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohai/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Ohai::Application
option :version,
:short => "-v",
:long => "--version",
:description => "Show chef version",
:description => "Show Ohai version",
:boolean => true,
:proc => lambda {|v| puts "Ohai: #{::Ohai::VERSION}"},
:exit => 0
Expand Down

0 comments on commit c9fc75a

Please sign in to comment.