summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-12 23:33:21 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-12 23:33:21 +1000
commit1c4ef61a13c89bc946b9167832f889bfd29c0681 (patch)
tree7049a18e0205c55757afc1cb107cfc9a8a0ff215 /bin
parentd3323331e96cbc79563febc249e106a3ae8e7647 (diff)
downloadpuppet-1c4ef61a13c89bc946b9167832f889bfd29c0681.tar.gz
puppet-1c4ef61a13c89bc946b9167832f889bfd29c0681.tar.xz
puppet-1c4ef61a13c89bc946b9167832f889bfd29c0681.zip
Fixed #2052 - Added -e option to puppet --help output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/puppet5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/puppet b/bin/puppet
index ec609ce6d..dfcb8b31a 100755
--- a/bin/puppet
+++ b/bin/puppet
@@ -7,7 +7,7 @@
#
# = Usage
#
-# puppet [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]
+# puppet [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] [-e|--execute]
# [--detailed-exitcodes] [-l|--logdest <file>] <file>
#
# = Description
@@ -48,6 +48,9 @@
# Where to send messages. Choose between syslog, the console, and a log file.
# Defaults to sending messages to the console.
#
+# execute::
+# Execute a specific piece of Puppet code
+#
# verbose::
# Print extra information.
#