diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-08 18:52:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-12 15:47:32 +0300 |
commit | 8bb949f8ab3795d41f8c1fe8afb01176a1cbb189 (patch) | |
tree | 8fbecc572acae72c6c7dd1b7cb5fdf2ce39e50a2 | |
parent | 550abb95e35589cc1b834c1654c3b620f4c9e02c (diff) |
Fix typos in manual
-rw-r--r-- | doc/manual.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 6963893..4f057f9 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -2461,11 +2461,11 @@ MYSQL_DATABASE_PORT=3306 The auxiliary environment variables are in effect for the entire build. The recommended place to propagate them to the package configuration is the -\c{build-config} value. For example: +\c{*-build-config} value. For example: \ build-auxiliary: *-postgresql_* -build-config: +default-build-config: \\ config.hello.pgsql_host=$getenv(DATABASE_HOST) config.hello.pgsql_port=$getenv(DATABASE_PORT) |