summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-04-29 21:45:25 +0200
committerZac Medico <zmedico@gentoo.org>2010-05-27 01:50:33 -0700
commitb6060200e016b2c6d7fa828cd611a83abc2a0064 (patch)
tree2c08e2dee99ff56c0efbafe31581a154a2711d03 /pym/_emerge/help.py
parent4a2bcdc20f7559748b168238faeb63cd801cb417 (diff)
downloadportage-b6060200e016b2c6d7fa828cd611a83abc2a0064.tar.gz
portage-b6060200e016b2c6d7fa828cd611a83abc2a0064.tar.bz2
portage-b6060200e016b2c6d7fa828cd611a83abc2a0064.zip
Make --deselect work for sets (bug 268798)
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 d9994d276..8d6fcb257 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -108,7 +108,7 @@ def help(myopts, havecolor=1):
print(" " + green("--deselect") + "[=%s]" % turquoise("n"))
paragraph = \
- "Remove atoms from the world file. This action is implied " + \
+ "Remove atoms and/or sets from the world file. This action is implied " + \
"by uninstall actions, including --depclean, " + \
"--prune and --unmerge. Use --deselect=n " + \
"in order to prevent uninstall actions from removing " + \