aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-07-28 07:55:17 -0700
committerZac Medico <zmedico@gentoo.org>2010-07-28 07:55:17 -0700
commit6c204167478b169a6639d711872dca332020b147 (patch)
treea5cbab8be8138f19c0a3262218c81f8dbfc9294b /pym/_emerge/help.py
parentFix calc_depclean() to skip the topological sort code when there's (diff)
downloadportage-6c204167478b169a6639d711872dca332020b147.tar.gz
portage-6c204167478b169a6639d711872dca332020b147.tar.bz2
portage-6c204167478b169a6639d711872dca332020b147.zip
Document --depclean-lib-check[=n].
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index fd49adeb9..fe616ca95 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -378,6 +378,14 @@ def help(myopts, havecolor=1):
print(" Also see --with-bdeps for behavior with respect to build time")
print(" dependencies that are not strictly required.")
print()
+ print(" " + green("--depclean-lib-check") + "[=%s]" % turquoise("n"))
+ desc = "Account for library link-level dependencies during " + \
+ "--depclean and --prune actions. This " + \
+ "option is enabled by default. In some cases this can " + \
+ "be somewhat time-consuming."
+ for line in wrap(desc, desc_width):
+ print(desc_indent + line)
+ print()
print(" "+green("--emptytree")+" ("+green("-e")+" short option)")
desc = "Reinstalls target atoms and their entire deep " + \
"dependency tree, as though no packages are currently " + \