From 37448ce10a5de45db6d173567622e1ebf954ff65 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 23 Oct 2009 19:12:14 +0000 Subject: Add --help output for --unordered-display, and move man page docs from the actions to the options section. svn path=/main/trunk/; revision=14708 --- pym/_emerge/help.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pym/_emerge') diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 346d77712..0a5e94084 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -538,6 +538,15 @@ def help(myopts, havecolor=1): print(" a package's dependencies follow the package. Only really useful") print(" in combination with --emptytree, --update or --deep.") print() + print(" " + green("--unordered-display")) + desc = "By default the displayed merge list is sorted using the " + \ + "order in which the packages will be merged. When " + \ + "--tree is used together with this option, this " + \ + "constraint is removed, hopefully leading to a more " + \ + "readable dependency tree." + for line in wrap(desc, desc_width): + print(desc_indent + line) + print() print(" " + green("--use-ebuild-visibility") + "[=%s]" % turquoise("n")) desc = "Use unbuilt ebuild metadata for visibility " + \ "checks on built packages." -- cgit v1.2.3-1-g7c22