From: Zac Medico Date: Sat, 13 Jan 2007 03:52:48 +0000 (-0000) Subject: Obey the silent parameter when parsing options. X-Git-Tag: v2.1.2~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80352bad13bad3295c0f3c38129c6157e0f07e65;p=portage.git Obey the silent parameter when parsing options. svn path=/main/trunk/; revision=5627 --- diff --git a/bin/emerge b/bin/emerge index d73368b51..e73e5e40c 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4835,7 +4835,7 @@ def parse_opts(tmpcmdline, silent=False): for x in myargs: if x in actions and myaction != "search": - if x not in ["system", "world"]: + if not silent and x not in ["system", "world"]: print red("*** Deprecated use of action '%s', use '--%s' instead" % (x,x)) # special case "search" so people can search for action terms, e.g. emerge -s sync if myaction: