From d5f769f2fc3fed6fe2a0a27b97e9b83bcc7d2960 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Mar 2024 06:33:33 +0200 Subject: Handle auxiliary environment in bbot-worker --- doc/manual.cli | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') 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{}, around \c{=}, and after \c{} as well as -blank lines and lines that start with \c{#} are ignored. The \c{} part -as a whole can be single ('\ ') or double (\"\ \") quoted. For example: +blank lines and lines that start with \c{#} are ignored. The \c{} part +must only contain capital alphabetic, numeric, and \c{_} characters. The +\c{} part as a whole can be single ('\ ') or double (\"\ \") +quoted. For example: \ DATABASE_HOST=192.168.0.1 -- cgit v1.1