Method: Puppet::Application#help
- Defined in:
- lib/puppet/application.rb
#help ⇒ String
Return the text to display when running ‘puppet help`.
583 584 585 |
# File 'lib/puppet/application.rb', line 583 def help _("No help available for puppet %{app_name}") % { app_name: name } end |