Usage: puppet [options] [options] Available subcommands, from Puppet Faces: <% Puppet::Face.faces.sort.each do |name| face = Puppet::Face[name, :current] -%> <%= face.name.to_s.ljust(16) %> <%= face.summary %> <% end -%> <% unless legacy_applications.empty? then # great victory when this is true! -%> Available applications, soon to be ported to Faces: <% legacy_applications.each do |appname| summary = horribly_extract_summary_from appname -%> <%= appname.to_s.ljust(16) %> <%= summary %> <% end end -%> See 'puppet help ' for help on a specific subcommand action. See 'puppet help ' for help on a specific subcommand. Puppet v<%= Puppet::PUPPETVERSION %>