From: Zac Medico Date: Tue, 2 Mar 2010 20:26:48 +0000 (-0000) Subject: Fix colors for --rebuilt-binaries docs. (trunk r15367) X-Git-Tag: v2.1.8~128 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=786266d236e86a6c02713884a4656730e3013cdc;p=portage.git Fix colors for --rebuilt-binaries docs. (trunk r15367) svn path=/main/branches/2.1.7/; revision=15594 --- diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 64f3e1d52..c277599ca 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -503,7 +503,7 @@ def help(myopts, havecolor=1): for line in wrap(desc, desc_width): print(desc_indent + line) print() - print(" "+green("--rebuilt-binaries[=n]")) + print(" "+green("--rebuilt-binaries") + "[=%s]" % turquoise("n")) desc = "Replace installed packages with binary packages that have " + \ "been rebuilt. Rebuilds are detected by comparison of " + \ "BUILD_TIME package metadata. This option is enabled " + \