summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-11-07 01:11:25 +0000
committerZac Medico <zmedico@gentoo.org>2009-11-07 01:11:25 +0000
commit4ae3e4b1996d47a836dbc5f6ce5146674b1e0384 (patch)
tree844682054fc7aa2235784673dab554cd9853ba64 /pym/_emerge/help.py
parentddd081932988e196dba7897fb4dce52441655a43 (diff)
downloadportage-4ae3e4b1996d47a836dbc5f6ce5146674b1e0384.tar.gz
portage-4ae3e4b1996d47a836dbc5f6ce5146674b1e0384.tar.bz2
portage-4ae3e4b1996d47a836dbc5f6ce5146674b1e0384.zip
Bug #291200 - Add a --quiet-build option to redirect all build output to logs
alone, and do not display it on stdout. (trunk r14783) svn path=/main/branches/2.1.7/; revision=14796
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index aae3bab22..5daf71a99 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -494,6 +494,12 @@ def help(myopts, havecolor=1):
print(" Effects vary, but the general outcome is a reduced or condensed")
print(" output from portage's displays.")
print()
+ print(" "+green("--quiet-build"))
+ desc = "Redirect all build output to logs alone, and do not " + \
+ "display it on stdout."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
+ print()
print(" "+green("--reinstall ") + turquoise("changed-use"))
print(" Tells emerge to include installed packages where USE flags have")
print(" changed since installation. Unlike --newuse, this option does")