summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-11-13 00:27:44 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-11-13 00:27:44 +0000
commitb4dc76637c89a8382654efb64835e9930da6d67d (patch)
tree37711b44b787b058eba30467498ffe03eefac5ca /pym
parent83a88f299ec4fa89eb2cac14960cc89833cf9c12 (diff)
downloadportage-b4dc76637c89a8382654efb64835e9930da6d67d.tar.gz
portage-b4dc76637c89a8382654efb64835e9930da6d67d.tar.bz2
portage-b4dc76637c89a8382654efb64835e9930da6d67d.zip
Recreated 2.0.53 branch and added documentation for `emerge --config`
and a description to `emaint --help` svn path=/main/branches/2.0.53/; revision=2300
Diffstat (limited to 'pym')
-rw-r--r--pym/emergehelp.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index ed88eac03..19b30a6c5 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.py
@@ -113,6 +113,11 @@ def help(myaction,myopts,havecolor=1):
print " your system. Specify arguments using the dependency specification"
print " format described in the "+bold("--clean")+" action above."
print
+ print " "+green("--config")
+ print " Run package specific actions needed to be executed after the"
+ print " emerge process has completed. This usually entails configuration"
+ print " file setup or other similar setups that the user may wish to run."
+ print
print turquoise("Options:")
print " "+green("--ask")+" ("+green("-a")+" short option)"
print " before performing the merge, display what ebuilds and tbz2s will"