Add a note about egencache to the --regen docs. (trunk r13330)
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:08:33 +0000 (07:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:08:33 +0000 (07:08 -0000)
svn path=/main/branches/2.1.6/; revision=13495

man/emerge.1
pym/_emerge/help.py

index 3003c49ebfb8e34842370b364265179c7a4ffd1f..8b2e7c16760ecdf23858c7177f52e27d57ebe9c3 100644 (file)
@@ -169,7 +169,8 @@ user' :).  Rsync users should simply run \fBemerge \-\-sync\fR to regenerate
 the cache.  After a portage update, rsync users may find it convenient to run 
 \fBemerge \-\-metadata\fR to rebuild the cache as portage does at the end of 
 a sync operation. In order to specify parallel \fB\-\-regen\fR behavior, use
-the \fB\-\-jobs\fR and \fB\-\-load\-average\fR options.
+the \fB\-\-jobs\fR and \fB\-\-load\-average\fR options. If you would like to
+generate and distribute cache for use by others, use \fBegencache\fR(1).
 .TP
 .BR "\-\-resume"
 Resumes the most recent merge list that has been aborted due to an error.
index c3cc0ea61d16ba5ce4e12e8c464308738521cd87..f1afef8b466ee181bebb9e1d1fc6507d21088b85 100644 (file)
@@ -141,7 +141,8 @@ def help(myaction,myopts,havecolor=1):
                print "              users as rsync updates the cache using server-side caches."
                print "              Rsync users should simply 'emerge --sync' to regenerate."
                desc = "In order to specify parallel --regen behavior, use "+ \
-                       "the ---jobs and --load-average options."
+                       "the ---jobs and --load-average options. If you would like to " + \
+                       "generate and distribute cache for use by others, use egencache(1)."
                for line in wrap(desc, desc_width):
                        print desc_indent + line
                print