diff --git a/docs/changelog.rst b/docs/changelog.rst index 8948fe6e..c75bbb27 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -26,6 +26,10 @@ Bug fix release. - Logging: Fix that some loggers would be disabled if :confval:`logging/config_file` was set. (Fixes: :issue:`740`) +- Core: Return exit status 1 when exiting because of initialization error. + +- Configuration: :option:`mopidy --config` now supports directories. + v0.19.3 (2014-08-03) ==================== diff --git a/docs/command.rst b/docs/command.rst index 79ca3ed0..881fb513 100644 --- a/docs/command.rst +++ b/docs/command.rst @@ -50,11 +50,12 @@ Options Save debug log to the file specified in the :confval:`logging/debug_file` config value, typically ``./mopidy.log``. -.. cmdoption:: --config +.. cmdoption:: --config - Specify config file to use. To use multiple config files, separate them - with a colon. The later files override the earlier ones if there's a - conflict. + Specify config files and directories to use. To use multiple config files + or directories, separate them with a colon. The later files override the + earlier ones if there's a conflict. When specifying a directory, all files + ending in .conf in the directory are used. .. cmdoption:: --option