diff options
| author | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-14 13:57:51 -0800 |
|---|---|---|
| committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-14 13:57:51 -0800 |
| commit | 664ef670da62f9c3dd83d047dc9e575e9ffbb8a2 (patch) | |
| tree | 21980216ea4fef8a79ffc4c24b83c3cd63d07661 /lib/puppet/util/command_line/puppetd | |
| parent | 4b6519a84378006b99f9b7c2fbc395ac2f4994c3 (diff) | |
| download | puppet-664ef670da62f9c3dd83d047dc9e575e9ffbb8a2.tar.gz puppet-664ef670da62f9c3dd83d047dc9e575e9ffbb8a2.tar.xz puppet-664ef670da62f9c3dd83d047dc9e575e9ffbb8a2.zip | |
(#3646) Fix the documentation fix for `puppet apply --apply`
--apply is actually off of `puppet apply`, not off of `puppet agent` (nor
`puppet master`), so move the documentation accordingly.
Paired-with: Jesse Wolfe <jesse@puppetlabs.com>
Diffstat (limited to 'lib/puppet/util/command_line/puppetd')
| -rwxr-xr-x | lib/puppet/util/command_line/puppetd | 5 |
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 |
