diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-13 05:32:15 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-13 05:32:15 +0000 |
commit | 50d28efe13f8ce525b32e16c7c882361a86a9758 (patch) | |
tree | c4ceebce85bb11b18a6258bb46abea6b969c5c01 /bin | |
parent | 0a35c340c544351f6c82817dc2cff7b9fc6895ff (diff) | |
download | puppet-50d28efe13f8ce525b32e16c7c882361a86a9758.tar.gz |
Applying patch from #335
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1868 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/puppetrun | 1 |
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 ], |