summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-11-06 23:14:08 +0000
committerZac Medico <zmedico@gentoo.org>2009-11-06 23:14:08 +0000
commit5a0b850fb9bf99eb4dceee8454aa40bc0fb3ff5d (patch)
tree5068d77321662a0212b89b8314c203409b8f51fd /pym/_emerge/help.py
parentCollapse two [[ ]] into one. (diff)
downloadportage-idfetch-5a0b850fb9bf99eb4dceee8454aa40bc0fb3ff5d.tar.gz
portage-idfetch-5a0b850fb9bf99eb4dceee8454aa40bc0fb3ff5d.tar.bz2
portage-idfetch-5a0b850fb9bf99eb4dceee8454aa40bc0fb3ff5d.zip
Bug #291200 - Add a --quiet-build option to redirect all build output to logs
alone, and do not display it on stdout. svn path=/main/trunk/; revision=14783
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 422442fb..82f0666c 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -497,6 +497,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")