projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a804b
)
Fix colors for --rebuilt-binaries docs.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 18 Feb 2010 08:36:19 +0000
(08:36 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/help.py
b/pym/_emerge/help.py
index a30b6dadcbc2c0c46e2e5a9143a3188d30e5dd60..afdaa1cabebadd894f180f92b4a993a461144df7 100644
(file)
--- a/
pym/_emerge/help.py
+++ b/
pym/_emerge/help.py
@@
-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 " + \