summaryrefslogtreecommitdiffstats
path: root/pym/emerge/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/emerge/help.py')
-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."