Documented `emerge --config` (#109496)
authorJason Stubbs <jstubbs@gentoo.org>
Sun, 13 Nov 2005 00:26:05 +0000 (00:26 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sun, 13 Nov 2005 00:26:05 +0000 (00:26 -0000)
svn path=/main/trunk/; revision=2299

pym/emergehelp.py

index ed88eac03aa8ea9b8046effb2d29be07267d9677..19b30a6c594e6a91ef18fbd7c33b89b365157f7b 100644 (file)
@@ -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"