summaryrefslogtreecommitdiffstats
path: root/pym/emerge
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-20 02:23:33 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-20 02:23:33 +0000
commit1fcfb58b23408da0352c2c08b63bab3d0e86706e (patch)
tree531261e420c4984a20a43a8422527400824fd161 /pym/emerge
parent70ab8ba6a2c4218071862ff1f394d79711252331 (diff)
downloadportage-1fcfb58b23408da0352c2c08b63bab3d0e86706e.tar.gz
portage-1fcfb58b23408da0352c2c08b63bab3d0e86706e.tar.bz2
portage-1fcfb58b23408da0352c2c08b63bab3d0e86706e.zip
Update --prune docs for bug #151653.
svn path=/main/trunk/; revision=7315
Diffstat (limited to 'pym/emerge')
-rw-r--r--pym/emerge/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emerge/help.py b/pym/emerge/help.py
index 7502d423d..def367fd5 100644
--- a/pym/emerge/help.py
+++ b/pym/emerge/help.py
@@ -87,7 +87,7 @@ def help(myaction,myopts,havecolor=1):
print
print " "+green("--prune")+" ("+green("-P")+" short option)"
print " "+turquoise("WARNING: This action can remove important packages!")
- print " Removes all but the most recently installed version of a package"
+ print " Removes all but the highest installed version of a package"
print " from your system. This action doesn't verify the possible binary"
print " compatibility between versions and can thus remove essential"
print " dependencies from your system."