summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-11-13 00:26:05 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-11-13 00:26:05 +0000
commit04257f91a1e706816239d755ad7b418dcb5c43e0 (patch)
tree7b5ac7ef373cb6a9ad957b29418015ab2e75be53 /pym/emergehelp.py
parentAdded a description of emaint to `emaint --help` (diff)
downloadportage-multirepo-04257f91a1e706816239d755ad7b418dcb5c43e0.tar.gz
portage-multirepo-04257f91a1e706816239d755ad7b418dcb5c43e0.tar.bz2
portage-multirepo-04257f91a1e706816239d755ad7b418dcb5c43e0.zip
Documented `emerge --config` (#109496)
svn path=/main/trunk/; revision=2299
Diffstat (limited to 'pym/emergehelp.py')
-rw-r--r--pym/emergehelp.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index ed88eac0..19b30a6c 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"