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, 3 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 9d60f3a70..5b5658d9f 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -317,7 +317,9 @@ 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), or enable the " + \
- "--autounmask-write option."
+ "--autounmask-write option. The " + \
+ "EMERGE_DEFAULT_OPTS variable may be used to " + \
+ "disable this option by default in make.conf(5)."
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()