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