diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-10-09 20:31:06 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-10-09 20:31:06 +0000 |
commit | 102881ef40568e1316bab693eb9fa35d6b6ceec5 (patch) | |
tree | 53e35d59886902fcb8e2b48fcfdbd094d80f4e61 | |
parent | 36f4c0aebdead335595d94b2448cf9d73dfdf6f3 (diff) | |
download | portage-102881ef40568e1316bab693eb9fa35d6b6ceec5.tar.gz portage-102881ef40568e1316bab693eb9fa35d6b6ceec5.tar.bz2 portage-102881ef40568e1316bab693eb9fa35d6b6ceec5.zip |
Remove outdated mention of --update in the --deep docs.
svn path=/main/trunk/; revision=4639
-rw-r--r-- | man/emerge.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 7142729e9..9fe706cfb 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -235,7 +235,7 @@ causing it to output verbose debugging information to stdout. \fB\-\-debug\fR is great for finding bash syntax errors. .TP .BR "\-\-deep " (\fB\-D\fR) -When used in conjunction with \fB\-\-update\fR, this flag forces +This flag forces \fBemerge\fR to consider the entire dependency tree of packages, instead of checking only the immediate dependencies of the packages. As an example, this catches updates in libraries that are not directly |