commit: b1a7ab1f7fe84818a70ac021d92facacaa14b769 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Wed Jun 19 20:48:23 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Jun 19 20:50:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b1a7ab1f
man/emerge.1: --update implies --selective Reported-by: Ben Kohler <bkohler <AT> gentoo.org> Bug: https://bugs.gentoo.org/688356#c2 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> man/emerge.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/emerge.1 b/man/emerge.1 index 78ac55e25..4db2b3e62 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Apr 2019" "Portage VERSION" "Portage" +.TH "EMERGE" "1" "Jun 2019" "Portage VERSION" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -992,6 +992,7 @@ not always be the highest version number due to masking for testing and development. Package atoms specified on the command line are greedy, meaning that unspecific atoms may match multiple versions of slotted packages. +This option also implies the \fB\-\-selective\fR option. .TP .BR "\-\-use\-ebuild\-visibility [ y | n ]" Use unbuilt ebuild metadata for visibility
