From b6386a0a7e2796a8dc35ef05a9a2d4fda4a327f5 Mon Sep 17 00:00:00 2001 From: Jos De Graeve Date: Tue, 5 Apr 2016 18:58:13 +0200 Subject: [PATCH] [FIX] doc: configuration file destination db_name instead of dbname Closes #11603 --- doc/reference/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/cmdline.rst b/doc/reference/cmdline.rst index 626906951a2..e71a3bb5fd0 100644 --- a/doc/reference/cmdline.rst +++ b/doc/reference/cmdline.rst @@ -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