Fix colors for --rebuilt-binaries docs.
authorZac Medico <zmedico@gentoo.org>
Thu, 18 Feb 2010 08:36:19 +0000 (08:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 18 Feb 2010 08:36:19 +0000 (08:36 -0000)
svn path=/main/trunk/; revision=15367

pym/_emerge/help.py

index a30b6dadcbc2c0c46e2e5a9143a3188d30e5dd60..afdaa1cabebadd894f180f92b4a993a461144df7 100644 (file)
@@ -506,7 +506,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 " + \