summaryrefslogtreecommitdiffstats
path: root/bin/puppet
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-19 09:05:04 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-19 09:05:04 +0000
commitabe1d3c07039e6d6a6a916e0ca83d560ca944b3a (patch)
tree854a03bab5616fb658d352ff231d4606b307fc0c /bin/puppet
parent7030aca4c4b010668cb6a3cbb63ea9ea2bc8dfd1 (diff)
downloadpuppet-abe1d3c07039e6d6a6a916e0ca83d560ca944b3a.tar.gz
puppet-abe1d3c07039e6d6a6a916e0ca83d560ca944b3a.tar.xz
puppet-abe1d3c07039e6d6a6a916e0ca83d560ca944b3a.zip
Fix trac #282 (Change URL to configref, mention --genconfig)
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1630 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppet')
-rwxr-xr-xbin/puppet6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/puppet b/bin/puppet
index fa54b5ebd..025522417 100755
--- a/bin/puppet
+++ b/bin/puppet
@@ -22,7 +22,11 @@
# is also a valid long argument. For example, 'ssldir' is a valid configuration
# parameter, so you can specify '--ssldir <directory>' as an argument.
#
-# See the configuration file for the full list of acceptable parameters.
+# See the configuration file documentation at
+# http://reductivelabs.com/projects/puppet/documentation/configref.html for
+# the full list of acceptable parameters. A commented list of all
+# configuration options can also be generated by running puppet with
+# '--genconfig'.
#
# debug::
# Enable full debugging.