summaryrefslogtreecommitdiffstats
path: root/pym/emergehelp.py
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2006-01-27 04:51:23 +0000
committerJason Stubbs <jstubbs@gentoo.org>2006-01-27 04:51:23 +0000
commit6d4e038b9b72021f37139620ed45f530fbf016f2 (patch)
tree76f714bc3b82bfe519d793bb8d9982d3a14e4c2a /pym/emergehelp.py
parent75dec43f2c32292f4c788d8e4fa845d2cbaeaa51 (diff)
downloadportage-6d4e038b9b72021f37139620ed45f530fbf016f2.tar.gz
portage-6d4e038b9b72021f37139620ed45f530fbf016f2.tar.bz2
portage-6d4e038b9b72021f37139620ed45f530fbf016f2.zip
Add support for an --alphabetical option to emerge that restores the old
ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589
Diffstat (limited to 'pym/emergehelp.py')
-rw-r--r--pym/emergehelp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index 19b30a6c5..9a80de50d 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.py
@@ -119,6 +119,12 @@ def help(myaction,myopts,havecolor=1):
print " file setup or other similar setups that the user may wish to run."
print
print turquoise("Options:")
+ print " "+green("--alphabetical")
+ print " When displaying USE and other flag output, combines the enabled and"
+ print " disabled lists into one list and sorts the whole list"
+ print " alphabetically. With this option, output such as USE=\"dar -bar"
+ print " -foo\" will instead be displayed as USE=\"-bar dar -foo\""
+ print
print " "+green("--ask")+" ("+green("-a")+" short option)"
print " before performing the merge, display what ebuilds and tbz2s will"
print " be installed, in the same format as when using --pretend; then"