summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 05:32:15 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 05:32:15 +0000
commit50d28efe13f8ce525b32e16c7c882361a86a9758 (patch)
treec4ceebce85bb11b18a6258bb46abea6b969c5c01
parent0a35c340c544351f6c82817dc2cff7b9fc6895ff (diff)
downloadpuppet-50d28efe13f8ce525b32e16c7c882361a86a9758.tar.gz
puppet-50d28efe13f8ce525b32e16c7c882361a86a9758.tar.xz
puppet-50d28efe13f8ce525b32e16c7c882361a86a9758.zip
Applying patch from #335
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1868 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xbin/puppetrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/puppetrun b/bin/puppetrun
index 30f1a043f..5fa5ae4ad 100755
--- a/bin/puppetrun
+++ b/bin/puppetrun
@@ -172,6 +172,7 @@ end
flags = [
[ "--all", "-a", GetoptLong::NO_ARGUMENT ],
+ [ "--tag", "-t", GetoptLong::REQUIRED_ARGUMENT ],
[ "--class", "-c", GetoptLong::REQUIRED_ARGUMENT ],
[ "--foreground", "-f", GetoptLong::NO_ARGUMENT ],
[ "--debug", "-d", GetoptLong::NO_ARGUMENT ],