summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-06-30 12:45:56 -0700
committerMarkus Roberts <Markus@reality.com>2010-07-01 13:48:12 -0700
commitebd03113d2c4024a7db603e73ca9f5dab34034c8 (patch)
tree983699d3265a1c2599964c0cf8f49fed352a2bba /sbin
parent697508d65588526a230c5d51daca34ad9f9a1f2b (diff)
downloadpuppet-ebd03113d2c4024a7db603e73ca9f5dab34034c8.tar.gz
puppet-ebd03113d2c4024a7db603e73ca9f5dab34034c8.tar.xz
puppet-ebd03113d2c4024a7db603e73ca9f5dab34034c8.zip
[#3172] puppet kick can take hostnames as bare arguments
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/puppetrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/puppetrun b/sbin/puppetrun
index d2a1284c9..169513df3 100755
--- a/sbin/puppetrun
+++ b/sbin/puppetrun
@@ -9,7 +9,7 @@
#
# puppet kick [-a|--all] [-c|--class <class>] [-d|--debug] [-f|--foreground]
# [-h|--help] [--host <host>] [--no-fqdn] [--ignoreschedules]
-# [-t|--tag <tag>] [--test] [-p|--ping]
+# [-t|--tag <tag>] [--test] [-p|--ping] <host> [<host> [...]]
#
# = Description
#
@@ -114,7 +114,7 @@
#
# = Example
#
-# sudo puppet kick -p 10 --host host1 --host host2 -t remotefile -t webserver
+# sudo puppet kick -p 10 -t remotefile -t webserver host1 host2
#
# = Author
#