From 1c4ef61a13c89bc946b9167832f889bfd29c0681 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 12 Jun 2009 23:33:21 +1000 Subject: Fixed #2052 - Added -e option to puppet --help output --- bin/puppet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ] # # = 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. # -- cgit