aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-09 07:21:58 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-09 07:21:58 -0700
commit8381b7d50228d7a9dc2a8d4bf7b142e678c4e98e (patch)
tree3f4ebd56024fa42fec9b7bb9cb99cace7188a81a /pym/_emerge/help.py
parentrepoman: Add "x-modular": "xorg-2" to InheritDeprecated check as requested by... (diff)
downloadportage-8381b7d50228d7a9dc2a8d4bf7b142e678c4e98e.tar.gz
portage-8381b7d50228d7a9dc2a8d4bf7b142e678c4e98e.tar.bz2
portage-8381b7d50228d7a9dc2a8d4bf7b142e678c4e98e.zip
Update --autounmask docs to note that it generates package.use settings.
Diffstat (limited to 'pym/_emerge/help.py')
-rw-r--r--pym/_emerge/help.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 0a4241d37..b0d91c8c5 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -306,7 +306,8 @@ def help(myopts, havecolor=1):
"abort. If the displayed configuration changes are " + \
"satisfactory, you should copy and paste them into " + \
"the specified configuration file(s). Currently, " + \
- "this only works for unstable KEYWORDS masks."
+ "this only works for unstable KEYWORDS masks and " + \
+ "package.use settings."
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()