projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c843cf9
)
Fix colors for --rebuilt-binaries docs. (trunk r15367)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:26:48 +0000
(20:26 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:26:48 +0000
(20:26 -0000)
svn path=/main/branches/2.1.7/; revision=15594
pym/_emerge/help.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/help.py
b/pym/_emerge/help.py
index 64f3e1d523c0ed13a40fde60c461f8bddd596e1e..c277599ca29e31b4936bbf67406ea4b9b71ae42e 100644
(file)
--- 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 " + \