summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Helwig <jacob@puppetlabs.com>2011-02-14 13:59:32 -0800
committerJacob Helwig <jacob@puppetlabs.com>2011-02-14 13:59:32 -0800
commit28825ac5262374a20fac3e7bae0c2b4bb00e0e1b (patch)
tree21980216ea4fef8a79ffc4c24b83c3cd63d07661
parent4b6519a84378006b99f9b7c2fbc395ac2f4994c3 (diff)
parent664ef670da62f9c3dd83d047dc9e575e9ffbb8a2 (diff)
downloadpuppet-28825ac5262374a20fac3e7bae0c2b4bb00e0e1b.tar.gz
Merge branch 'tickets/2.6.x/3646-fix-documentation-fix-fix' into 2.6.x
* tickets/2.6.x/3646-fix-documentation-fix-fix: (#3646) Fix the documentation fix for `puppet apply --apply`
-rwxr-xr-xlib/puppet/util/command_line/puppet6
-rwxr-xr-xlib/puppet/util/command_line/puppetd5
2 files changed, 5 insertions, 6 deletions
diff --git a/lib/puppet/util/command_line/puppet b/lib/puppet/util/command_line/puppet
index e75b92af8..ba3d57c19 100755
--- a/lib/puppet/util/command_line/puppet
+++ b/lib/puppet/util/command_line/puppet
@@ -7,7 +7,7 @@
# = Usage
#
# puppet apply [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] [-e|--execute]
-# [--detailed-exitcodes] [-l|--logdest <file>] <file>
+# [--detailed-exitcodes] [-l|--logdest <file>] [--apply catalog] <file>
#
# = Description
#
@@ -53,6 +53,10 @@
# verbose::
# Print extra information.
#
+# 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 -l /tmp/manifest.log manifest.pp
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