From 50d28efe13f8ce525b32e16c7c882361a86a9758 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 13 Nov 2006 05:32:15 +0000 Subject: Applying patch from #335 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1868 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetrun | 1 + 1 file changed, 1 insertion(+) 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 ], -- cgit