summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-09-19 09:03:24 -0700
committerZac Medico <zmedico@gentoo.org>2011-09-19 09:03:24 -0700
commit72ef29a6adaa053cf2d538349a3a1555909ed697 (patch)
treeb92fae5d368e7921109099da15c90f8fa8cd6fa6 /pym/_emerge/help.py
parent392cc10c0a6f608ab7a8f4a8043b58589c6ee21c (diff)
downloadportage-72ef29a6adaa053cf2d538349a3a1555909ed697.tar.gz
portage-72ef29a6adaa053cf2d538349a3a1555909ed697.tar.bz2
portage-72ef29a6adaa053cf2d538349a3a1555909ed697.zip
Document ** keyword for --autounmask-keep-masks.
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 4334bcbdb..e6828c0f4 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -333,8 +333,8 @@ def help(myopts, havecolor=1):
print()
print(" " + green("--autounmask-keep-masks") + " [ %s | %s ]" % \
(turquoise("y"), turquoise("n")))
- desc = "If --autounmask is enabled, no changes to " + \
- "package.unmask will be created. This leads to unsatisfied " + \
+ desc = "If --autounmask is enabled, no package.unmask or ** keyword " + \
+ "changes will be created. This leads to unsatisfied " + \
"dependencies if no other solution exists."
for line in wrap(desc, desc_width):
print(desc_indent + line)