diff options
author | ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-18 17:51:49 +0000 |
---|---|---|
committer | ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-05-18 17:51:49 +0000 |
commit | 611f88a94ea4d91d8f8ddc95e4e54911ad29c0ca (patch) | |
tree | 7411a8276f707dcd0172998f9e1b6528fee9b2a7 | |
parent | df6f41a01d00f4357245a6833129328df9165242 (diff) | |
download | puppet-611f88a94ea4d91d8f8ddc95e4e54911ad29c0ca.tar.gz puppet-611f88a94ea4d91d8f8ddc95e4e54911ad29c0ca.tar.xz puppet-611f88a94ea4d91d8f8ddc95e4e54911ad29c0ca.zip |
fixing a documentation bug
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2526 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-x | bin/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd index dcd1e87ff..02b064147 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -111,7 +111,7 @@ # useful for interactively running puppetd. # # serve:: -# Start another type of server. By default default, +puppetd+ will start +# Start another type of server. By default, +puppetd+ will start # a service handler that allows authenticated and authorized remote nodes to # trigger the configuration to be pulled down and applied. You can specify # any handler here that does not require configuration, e.g., filebucket, ca, |