diff --git a/doc/source/user/configoptions.rst b/doc/source/user/configoptions.rst index 8c948bcb7cf5..75a8a6dac2f3 100644 --- a/doc/source/user/configoptions.rst +++ b/doc/source/user/configoptions.rst @@ -129,7 +129,7 @@ or through the ``--config`` command line switch. The value of environment variables set before GDAL starts will be used instead of the value set in the configuration files, unless, starting with GDAL 3.6, the configuration file starts with a ``[directives]`` section that contains a -``ignore-env-variables=yes`` entry. +``ignore-env-vars=yes`` entry. .. code-block:: @@ -137,7 +137,7 @@ the configuration file starts with a ``[directives]`` section that contains a # ignore environment variables. Take only into account the content of the # [configoptions] section, or ones defined programmatically with # CPLSetConfigOption / CPLSetThreadLocalConfigOption. - ignore-env-variables=yes + ignore-env-vars=yes Starting with GDAL 3.5, a configuration file can also contain credentials