diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-26 05:46:39 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-26 05:46:39 +0000 |
commit | a433908d7bb5e32b116f267e86ca013a74a7691f (patch) | |
tree | f55abd041baa820700788774d36eb4f55d7e42de /man | |
parent | Add a parsedate() function which emulates rfc822.parsedate(), since python3 (diff) | |
download | portage-idfetch-a433908d7bb5e32b116f267e86ca013a74a7691f.tar.gz portage-idfetch-a433908d7bb5e32b116f267e86ca013a74a7691f.tar.bz2 portage-idfetch-a433908d7bb5e32b116f267e86ca013a74a7691f.zip |
Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> for
the suggestion.
svn path=/main/trunk/; revision=14730
Diffstat (limited to 'man')
-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 a6078664..8e40818d 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -105,7 +105,7 @@ Run package specific actions needed to be executed after the emerge process has completed. This usually entails configuration file setup or other similar setups that the user may wish to run. .TP -.BR \-\-depclean +.BR "\-\-depclean (-R)" Cleans the system by removing packages that are not associated with explicitly merged packages. Depclean works by creating the full dependency tree from the @world set, |