diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-21 06:33:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-21 06:33:33 +0200 |
commit | 8ac8605c903e769d373a87d3acf167acc9a08a56 (patch) | |
tree | 1f5b4e5fe5e7d8adcb821bff69f582aecbea7fe3 /doc | |
parent | 7c250c8f3855b33c20ac84cd3210cb7f4a30f848 (diff) |
Handle auxiliary environment in bbot-worker
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 0de6d0b..2fa3248 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -621,8 +621,10 @@ one per line, in the form: \ Whitespaces before \c{<name>}, around \c{=}, and after \c{<value>} as well as -blank lines and lines that start with \c{#} are ignored. The \c{<value>} part -as a whole can be single ('\ ') or double (\"\ \") quoted. For example: +blank lines and lines that start with \c{#} are ignored. The \c{<name>} part +must only contain capital alphabetic, numeric, and \c{_} characters. The +\c{<value>} part as a whole can be single ('\ ') or double (\"\ \") +quoted. For example: \ DATABASE_HOST=192.168.0.1 |