diff options
Diffstat (limited to 'bin/puppetrun')
-rwxr-xr-x | bin/puppetrun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/puppetrun b/bin/puppetrun index d2b3523f5..5556905ec 100755 --- a/bin/puppetrun +++ b/bin/puppetrun @@ -7,7 +7,7 @@ # # = Usage # -# puppet [-c|--class <class>] [-d|--debug] [-h|--help] [-h|--host <host>] +# puppet [-c|--class <class>] [-d|--debug] [-h|--help] [--host <host>] # # = Description # @@ -63,7 +63,7 @@ # # = Example # -# sudo puppetrun -p 10 -h host1 -h host2 -t remotefile -t webserver +# sudo puppetrun -p 10 --host host1 --host host2 -t remotefile -t webserver # # = Author # |