lib/puppet/util/command_line/puppetmasterd in puppet-2.6.4 vs lib/puppet/util/command_line/puppetmasterd in puppet-2.6.5
- old
+ new
@@ -7,10 +7,11 @@
#
# = Usage
#
# puppet master [-D|--daemonize|--no-daemonize] [-d|--debug] [-h|--help]
# [-l|--logdest <file>|console|syslog] [-v|--verbose] [-V|--version]
+# [--compile <nodename>]
#
# = Description
#
# This is the puppet central daemon.
#
@@ -47,9 +48,13 @@
# Enable verbosity.
#
# version::
# Print the puppet version number and exit.
#
+# compile::
+# Capability to compile a catalogue and output it in JSON from the Puppet master. Uses
+# facts contained in the $vardir/yaml/ directory to compile the catalog.
+#
# = Example
#
# puppet master
#
# = Author