summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/help.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index f78c2e0e0..583b57aa7 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -467,6 +467,12 @@ def help(myopts, havecolor=1):
for line in wrap(desc, desc_width):
print desc_indent + line
print
+ print " " + green("--selective")
+ desc = "This is similar to the --noreplace option, except that it " + \
+ "does not take precedence over options such as --newuse."
+ for line in wrap(desc, desc_width):
+ print desc_indent + line
+ print
print " "+green("--skipfirst")
desc = "This option is only valid when " + \
"used with --resume. It removes the " + \