From 1ca30ca536a7f0a321d5ca10072640af9795cc6d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 30 Apr 2009 07:08:33 +0000 Subject: [PATCH] Add a note about egencache to the --regen docs. (trunk r13330) svn path=/main/branches/2.1.6/; revision=13495 --- man/emerge.1 | 3 ++- pym/_emerge/help.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index 3003c49eb..8b2e7c167 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -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. diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index c3cc0ea61..f1afef8b4 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -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 -- 2.26.2