From 4ae3e4b1996d47a836dbc5f6ce5146674b1e0384 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 Nov 2009 01:11:25 +0000 Subject: 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 --- pym/_emerge/help.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pym/_emerge/help.py') 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") -- cgit v1.2.3-1-g7c22