[FIX] doc: configuration file destination

db_name instead of dbname

Closes #11603
This commit is contained in:
Jos De Graeve 2016-04-05 18:58:13 +02:00 committed by Martin Trigaux
parent ceb87b78f0
commit b6386a0a7e
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ Some conversions don't match the pattern:
:option:`--log-handler` and :option:`--log-db`) just add content to
``log_handler``, use that directly in the configuration file
* :option:`--smtp` is stored as ``smtp_server``
* :option:`--database` is stored as ``dbname``
* :option:`--database` is stored as ``db_name``
* :option:`--debug` is stored as ``debug_mode`` (a boolean)
* :option:`--i18n-import` and :option:`--i18n-export` aren't available at all
from configuration files