diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-05-18 17:23:07 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-05-18 17:23:07 +1000 |
commit | e180a918a98c9b16b0b8fc1486f45c4c5de91dea (patch) | |
tree | 2b1344c3a6a3db380368dc05847681fdd38e2795 /sbin/puppetd | |
parent | 4bf2980577c2e1233b7102540237aae01c70bde5 (diff) | |
download | puppet-e180a918a98c9b16b0b8fc1486f45c4c5de91dea.tar.gz puppet-e180a918a98c9b16b0b8fc1486f45c4c5de91dea.tar.xz puppet-e180a918a98c9b16b0b8fc1486f45c4c5de91dea.zip |
Fixed #2271 - Fix to puppetd documentation
Diffstat (limited to 'sbin/puppetd')
-rwxr-xr-x | sbin/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/puppetd b/sbin/puppetd index c4c106c6d..08accf576 100755 --- a/sbin/puppetd +++ b/sbin/puppetd @@ -122,7 +122,7 @@ # # test:: # Enable the most common options used for testing. These are +onetime+, -# +verbose+, +ignorecache, and +no-usecacheonfailure+. +# +verbose+, +ignorecache, +no-daemonize+, and +no-usecacheonfailure+. # # noop:: # Use +noop+ mode where the daemon runs in a no-op or dry-run mode. This is useful |