Method: Inspec::BaseCLI.help

Defined in:
lib/inspec/base_cli.rb

.help(*args) ⇒ Object



178
179
180
181
182
# File 'lib/inspec/base_cli.rb', line 178

def self.help(*args)
  super(*args)
  puts "\nAbout #{Inspec::Dist::PRODUCT_NAME}:"
  puts "  Patents: chef.io/patents\n\n"
end