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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index b0d91c8c5..ce494ffd5 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -306,8 +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 and " + \
- "package.use settings."
+ "this only works for unstable KEYWORDS masks, " + \
+ "LICENSE masks, and package.use settings."
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()