diff options
Diffstat (limited to 'pym')
-rw-r--r-- | pym/_emerge/help.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 5875cc29d..c0a6d01d5 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -374,7 +374,10 @@ def help(myopts, havecolor=1): "given without an argument, emerge will not " + \ "limit the number of jobs that " + \ "can run simultaneously. Also see " + \ - "the related --load-average option." + "the related --load-average option. " + \ + "Note that interactive packages currently force a setting " + \ + "of --jobs=1. This issue can be temporarily avoided " + \ + "by specifying --accept-properties=-interactive." for line in wrap(desc, desc_width): print(desc_indent + line) print() |