# File lib/puppet/application/inspect.rb, line 22
22:   def help
23:     puts "\nSYNOPSIS\n========\n\nPrepare and submit an inspection report to the puppet master.\n\n\nUSAGE\n=====\n\npuppet inspect\n\n\nDESCRIPTION\n===========\n\nThis command uses the cached catalog from the previous run of 'puppet\nagent' to determine which attributes of which resources have been\nmarked as auditable with the 'audit' metaparameter. It then examines\nthe current state of the system, writes the state of the specified\nresource attributes to a report, and submits the report to the puppet\nmaster.\n\nPuppet inspect does not run as a daemon, and must be run manually or from cron.\n\n\nOPTIONS\n=======\n\nAny configuration setting which is valid in the configuration file is\nalso a valid long argument, e.g. '--server=master.domain.com'. See the\nconfiguration file documentation at\nhttp://docs.puppetlabs.com/references/latest/configuration.html for\nthe full list of acceptable settings.\n\n\nAUTHOR\n======\n\nPuppet Labs\n\n\nCOPYRIGHT\n=========\n\nCopyright (c) 2011 Puppet Labs, LLC\nLicensed under the GNU General Public License version 2\n\n" ; exit # XXX
24:   end