summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-28 02:33:46 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-28 02:33:46 +0000
commit819cf00a201edc80bb00a56ff19ec559b0afda90 (patch)
tree8d0373c9061b4f9698fbaaa78c79d6358aef9bac /pym/_emerge/help.py
parent8786ec59750550c9c990db4bbaaec13eba42d393 (diff)
downloadportage-819cf00a201edc80bb00a56ff19ec559b0afda90.tar.gz
portage-819cf00a201edc80bb00a56ff19ec559b0afda90.tar.bz2
portage-819cf00a201edc80bb00a56ff19ec559b0afda90.zip
Add a --quiet-unmerge-warn option to disable the warning message that's shown
prior to --unmerge actions. Thanks to Thomas Sachau <tommy@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=15486
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 867902a6c..1dfb63a47 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -506,6 +506,14 @@ def help(myopts, havecolor=1):
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()
+ print(" "+green("--quiet-unmerge-warn"))
+ desc = "Disable the warning message that's shown prior to " + \
+ "--unmerge actions. This option is intended " + \
+ "to be set in the make.conf(5) " + \
+ "EMERGE_DEFAULT_OPTS variable."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
+ print()
print(" "+green("--rebuilt-binaries") + "[=%s]" % turquoise("n"))
desc = "Replace installed packages with binary packages that have " + \
"been rebuilt. Rebuilds are detected by comparison of " + \