projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b0517
)
emerge --help: Add --ignore-default-opts (closes bug 246491)
author
Sebastian Luther
<SebastianLuther@gmx.de>
Sat, 1 May 2010 19:03:33 +0000
(21:03 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 27 May 2010 08:44:01 +0000
(
01:44
-0700)
pym/_emerge/help.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/help.py
b/pym/_emerge/help.py
index e803bd8993fbc9ba2591465183f8403961932bc0..d9994d27687578448d23be5218f877f7f1ec7a62 100644
(file)
--- a/
pym/_emerge/help.py
+++ b/
pym/_emerge/help.py
@@
-114,6
+114,14
@@
def help(myopts, havecolor=1):
"in order to prevent uninstall actions from removing " + \
"atoms from the world file."
+ for line in wrap(paragraph, desc_width):
+ print(desc_indent + line)
+ print()
+ print(" " + green("--ignore-default-opts"))
+
+ paragraph = \
+ "Causes EMERGE_DEFAULT_OPTS (see make.conf(5)) to be ignored."
+
for line in wrap(paragraph, desc_width):
print(desc_indent + line)
print()