summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-27 08:10:23 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-27 08:10:23 +0000
commit47bcda2bbde9f2599c6cd4f8756b9032986f8b5c (patch)
treea9310d9e036ae944599a1d83d65832f2f7e98ff7 /pym/emergehelp.py
parentAdd --with-bdeps to emerge --help output. (diff)
downloadportage-multirepo-47bcda2bbde9f2599c6cd4f8756b9032986f8b5c.tar.gz
portage-multirepo-47bcda2bbde9f2599c6cd4f8756b9032986f8b5c.tar.bz2
portage-multirepo-47bcda2bbde9f2599c6cd4f8756b9032986f8b5c.zip
Update help for --deep.
svn path=/main/trunk/; revision=4852
Diffstat (limited to 'pym/emergehelp.py')
-rw-r--r--pym/emergehelp.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index 50521ca3..45346b54 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.py
@@ -197,11 +197,12 @@ def help(myaction,myopts,havecolor=1):
print " very verbose information about the dependency and build process."
print
print " "+green("--deep")+" ("+green("-D")+" short option)"
- print " When used in conjunction with --update, this flag forces emerge"
- print " to consider the entire dependency tree of packages, instead of"
- print " checking only the immediate dependencies of the packages. As an"
- print " example, this catches updates in libraries that are not directly"
- print " listed in the dependencies of a package."
+ print " This flag forces emerge to consider the entire dependency tree of"
+ print " packages, instead of checking only the immediate dependencies of"
+ print " the packages. As an example, this catches updates in libraries"
+ print " that are not directly listed in the dependencies of a package."
+ print " Also see --with-bdeps for behavior with respect to build time"
+ print " dependencies that are not strictly required."
print
print " "+green("--emptytree")+" ("+green("-e")+" short option)"
print " Virtually tweaks the tree of installed packages to contain"