summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-30 07:08:33 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-30 07:08:33 +0000
commit1ca30ca536a7f0a321d5ca10072640af9795cc6d (patch)
treed3f5d9abeda752ffe1deaa069fef28ba65e3ef2e /pym
parentBug #265768 - If the user happens to be using the metadata_overlay module (diff)
downloadportage-multirepo-1ca30ca536a7f0a321d5ca10072640af9795cc6d.tar.gz
portage-multirepo-1ca30ca536a7f0a321d5ca10072640af9795cc6d.tar.bz2
portage-multirepo-1ca30ca536a7f0a321d5ca10072640af9795cc6d.zip
Add a note about egencache to the --regen docs. (trunk r13330)
svn path=/main/branches/2.1.6/; revision=13495
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/help.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index c3cc0ea6..f1afef8b 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