From 6d4e038b9b72021f37139620ed45f530fbf016f2 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Fri, 27 Jan 2006 04:51:23 +0000 Subject: Add support for an --alphabetical option to emerge that restores the old ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589 --- pym/emergehelp.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pym/emergehelp.py') 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" -- cgit v1.2.3-1-g7c22