summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/command_line/puppetd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/util/command_line/puppetd')
-rwxr-xr-xlib/puppet/util/command_line/puppetd5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/puppet/util/command_line/puppetd b/lib/puppet/util/command_line/puppetd
index d7d94ce09..b4eafb483 100755
--- a/lib/puppet/util/command_line/puppetd
+++ b/lib/puppet/util/command_line/puppetd
@@ -15,7 +15,6 @@
# [-o|--onetime] [--serve <handler>] [-t|--test] [--noop]
# [--digest <digest>] [--fingerprint] [-V|--version]
# [-v|--verbose] [-w|--waitforcert <seconds>]
-# [--apply catalog]
#
# = Description
#
@@ -173,10 +172,6 @@
# client. You can turn off waiting for certificates by specifying a time
# of 0.
#
-# apply::
-# Capability to apply JSON catalog (such as one generated with --compile on the Puppet master).
-# You can either specify a JSON catalog file or pipe in JSON from standard input.
-#
# = Example
#
# puppet agent --server puppet.domain.com