diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-06-12 23:33:21 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-12 23:33:21 +1000 |
commit | 1c4ef61a13c89bc946b9167832f889bfd29c0681 (patch) | |
tree | 7049a18e0205c55757afc1cb107cfc9a8a0ff215 /bin | |
parent | d3323331e96cbc79563febc249e106a3ae8e7647 (diff) | |
download | puppet-1c4ef61a13c89bc946b9167832f889bfd29c0681.tar.gz |
Fixed #2052 - Added -e option to puppet --help output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/puppet | 5 |
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. # |