diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-21 06:33:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-03-22 07:37:09 +0200 |
commit | d5f769f2fc3fed6fe2a0a27b97e9b83bcc7d2960 (patch) | |
tree | 6df1778373fcb5823948a1ad3b8d386a5e062c5f /doc/manual.cli | |
parent | 4ec9106cdcce82d2f560f201b7f40691f5455da8 (diff) |
Handle auxiliary environment in bbot-worker
Diffstat (limited to 'doc/manual.cli')
-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 |