summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/main.py')
-rw-r--r--pym/_emerge/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 42ce81069..11a33149d 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -842,8 +842,7 @@ def parse_opts(tmpcmdline, silent=False):
},
"--selective": {
- "help" : "similar to the --noreplace but does not take " + \
- "precedence over options such as --newuse",
+ "help" : "identical to --noreplace",
"type" : "choice",
"choices" : true_y_or_n
},