HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //usr/lib/ruby/site_ruby/1.8/puppet/face/help/global.erb
<%# encoding: UTF-8%>
Usage: puppet <subcommand> [options] <action> [options]

Available subcommands:
    <%# NOTE: this is probably not a good long-term solution for this.  We're only iterating over
        applications to find the list of things we need to show help for... this works for now
        because faces can't be run without an application stub.  However, when #6753 is resolved,
        all of the application stubs for faces will go away, and this will need to be updated
        to reflect that.  --cprice 2012-04-26 %>
<% all_application_summaries.each do |appname, summary| -%>
  <%= appname.to_s.ljust(16) %>  <%= summary %>
<% end -%>

See 'puppet help <subcommand> <action>' for help on a specific subcommand action.
See 'puppet help <subcommand>' for help on a specific subcommand.
Puppet v<%= Puppet.version %>