diff options
-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) |