Add a note about egencache to the --regen docs.
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Apr 2009 04:33:20 +0000 (04:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Apr 2009 04:33:20 +0000 (04:33 -0000)
svn path=/main/trunk/; revision=13330

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

index d186b80ae7a50248d30a4d0d96ba665a6fe7a266..be1b2f7e2045fc33b64196f69d4eed8fdf14e20f 100644 (file)
@@ -172,7 +172,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 4e379429e5845e68f5b951096d8c4f6114960796..fd57cc3bec41a98ce0dedfe1620695476dea8cab 100644 (file)
@@ -144,7 +144,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