diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-14 05:36:30 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-14 05:36:30 +0000 |
commit | 4910301a2f077abf4440e3ef044207de3732a631 (patch) | |
tree | e064ff6d14c9845dd1af3bc6cf7b9cdca4cf9a44 /sbin | |
parent | c67e01653b53bdb35b8b136fd7c91a838d906e36 (diff) | |
download | puppet-4910301a2f077abf4440e3ef044207de3732a631.tar.gz puppet-4910301a2f077abf4440e3ef044207de3732a631.tar.xz puppet-4910301a2f077abf4440e3ef044207de3732a631.zip |
Fixing a typo in the docs
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2578 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'sbin')
-rwxr-xr-x | sbin/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/puppetd b/sbin/puppetd index e9380adb9..be35dd3da 100755 --- a/sbin/puppetd +++ b/sbin/puppetd @@ -34,7 +34,7 @@ # configuration every 30 minutes. # # Some flags are meant specifically for interactive use -- in particular, -# +test+ and +tags+ are useful. +test+ enables verobse logging, causes +# +test+ and +tags+ are useful. +test+ enables verbose logging, causes # the daemon to stay in the foreground, exits if the server's configuration is # invalid (this happens if, for instance, you've left a syntax error on the # server), and exits after running the configuration once (rather than hanging |