summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index fd57cc3be..4afece3a3 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -106,6 +106,18 @@ def help(myaction,myopts,havecolor=1):
for line in wrap(paragraph, desc_width):
print desc_indent + line
print
+ print " " + green("--deselect") + "[=%s]" % turquoise("n")
+
+ paragraph = \
+ "Remove atoms 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 " + \
+ "atoms from the world file."
+
+ for line in wrap(paragraph, desc_width):
+ print desc_indent + line
+ print
print " "+green("--info")
print " Displays important portage variables that will be exported to"
print " ebuild.sh when performing merges. This information is useful"