summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-20 02:25:11 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-20 02:25:11 +0000
commit013af5ea38af6812f9c788d1e9b765c344883fc2 (patch)
tree05d1a9f01a1eea1e55ea7c5e8a7106ab6a752604 /pym
parent7216cfddf9e9dd6cdfd0182fa0d445248755d740 (diff)
downloadportage-013af5ea38af6812f9c788d1e9b765c344883fc2.tar.gz
portage-013af5ea38af6812f9c788d1e9b765c344883fc2.tar.bz2
portage-013af5ea38af6812f9c788d1e9b765c344883fc2.zip
Update --prune docs for bug #151653. (trunk r7315)
svn path=/main/branches/2.1.2/; revision=7316
Diffstat (limited to 'pym')
-rw-r--r--pym/emergehelp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index fa7bf32ce..4a6a042fa 100644
--- a/pym/emergehelp.py
+++ b/pym/emergehelp.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."