summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-28 13:43:25 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-28 13:43:25 +0000
commitaa4334a1727b94a66319f3a16df86266989de134 (patch)
treed8f01916eb17109b0aecfd55c03bf4ee89b15166 /pym/emergehelp.py
parentMake portdbapi.flush_cache() consistent with vardbapi.flush_cache(). (diff)
downloadportage-idfetch-aa4334a1727b94a66319f3a16df86266989de134.tar.gz
portage-idfetch-aa4334a1727b94a66319f3a16df86266989de134.tar.bz2
portage-idfetch-aa4334a1727b94a66319f3a16df86266989de134.zip
Update emerge --metadata docs for more clarity.
svn path=/main/trunk/; revision=5404
Diffstat (limited to 'pym/emergehelp.py')
-rw-r--r--pym/emergehelp.py11
1 files changed, 7 insertions, 4 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index e9949dd2..e7f87aac 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.py
@@ -80,10 +80,13 @@ def help(myaction,myopts,havecolor=1):
print " run with the '--verbose' flag."
print
print " "+green("--metadata")
- print " Causes portage to process all the metacache files as is normally "
- print " done on the tail end of an rsync update using "+bold("emerge --sync")+"."
- print " This processing creates the cache database that portage uses for"
- print " pre-parsed lookups of package data."
+ print " Transfers metadata cache from ${PORTDIR}/metadata/cache/ to"
+ print " /var/cache/edb/dep/ as is normally done on the tail end of an"
+ print " rsync update using " + bold("emerge --sync") + ". This process populates the"
+ print " cache database that portage uses for pre-parsed lookups of"
+ print " package data. It does not populate cache for the overlays"
+ print " listed in PORTDIR_OVERLAY. In order to generate cache for"
+ print " overlays, use " + bold("--regen") + "."
print
print " "+green("--prune")+" ("+green("-P")+" short option)"
print " "+turquoise("WARNING: This action can remove important packages!")