summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.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/main.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/main.py')
-rw-r--r--pym/_emerge/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 5422d32bb..ca3d17bee 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -555,7 +555,7 @@ def parse_opts(tmpcmdline, silent=False):
},
"--deselect": {
- "help" : "remove atoms from the world file",
+ "help" : "remove atoms/sets from the world file",
"type" : "choice",
"choices" : ("True", "n")
},