diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-03-08 22:12:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-03-08 22:12:42 +0000 |
commit | e0dc5d7668bcbb09576733432f671129bfb41b28 (patch) | |
tree | 46ce1103166b157d6d24c18061160e43aa08ab3c /man/emerge.1 | |
parent | Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE. (diff) | |
download | portage-multirepo-e0dc5d7668bcbb09576733432f671129bfb41b28.tar.gz portage-multirepo-e0dc5d7668bcbb09576733432f671129bfb41b28.tar.bz2 portage-multirepo-e0dc5d7668bcbb09576733432f671129bfb41b28.zip |
Move --update from the actions to the options section.
svn path=/main/trunk/; revision=15777
Diffstat (limited to 'man/emerge.1')
-rw-r--r-- | man/emerge.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 07255343..7b232056 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -241,13 +241,6 @@ system. Its arguments can be \fIatoms\fR or \fIebuilds\fR. For a dependency aware version of \fB\-\-unmerge\fR, use \fB\-\-depclean\fR or \fB\-\-prune\fR. .TP -.BR "\-\-update " (\fB\-u\fR) -Updates packages to the best version available, which may 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 installed versions of slotted packages. -.TP .BR "\-\-version " (\fB\-V\fR) Displays the version number of \fBemerge\fR. .SH "OPTIONS" @@ -558,6 +551,13 @@ order in which the packages will be merged. When constraint is removed, hopefully leading to a more readable dependency tree. .TP +.BR "\-\-update " (\fB\-u\fR) +Updates packages to the best version available, which may +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. +.TP .BR "\-\-use\-ebuild\-visibility[=n]" Use unbuilt ebuild metadata for visibility checks on built packages. |