diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-29 13:24:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-29 13:44:28 +0300 |
commit | 5a54dec1641cafdff19badb1f6ae91bed2456f9b (patch) | |
tree | 1179acdb0ada61fa84d89347039731f056ee7dd7 /mod/module.cli | |
parent | d1cf9082ceb3b2b188f2bfb71ccfc733d8cc2885 (diff) |
Add missing build-interactive-login option to etc/brep-module.conf
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/module.cli b/mod/module.cli index 3ba6ecd..c95c20c 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -406,7 +406,8 @@ namespace brep \"<agent>\ <interactive-login>\" string containing the respective task request manifest values. The first matching expression is used for the transformation. If no expression matches, then the task - request is considered invalid, unless no expressions are specified." + request is considered invalid, unless no expressions are specified. + Repeat this option to specify multiple expressions." } }; |