docs: Add directories to --config in man page
This commit is contained in:
parent
584484379a
commit
d776ada30a
@ -50,11 +50,12 @@ Options
|
|||||||
Save debug log to the file specified in the :confval:`logging/debug_file`
|
Save debug log to the file specified in the :confval:`logging/debug_file`
|
||||||
config value, typically ``./mopidy.log``.
|
config value, typically ``./mopidy.log``.
|
||||||
|
|
||||||
.. cmdoption:: --config <file>
|
.. cmdoption:: --config <file|directory>
|
||||||
|
|
||||||
Specify config file to use. To use multiple config files, separate them
|
Specify config files and directories to use. To use multiple config files
|
||||||
with a colon. The later files override the earlier ones if there's a
|
or directories, separate them with a colon. The later files override the
|
||||||
conflict.
|
earlier ones if there's a conflict. When specifying a directory, all files
|
||||||
|
ending in .conf in the directory is used.
|
||||||
|
|
||||||
.. cmdoption:: --option <option>, -o <option>
|
.. cmdoption:: --option <option>, -o <option>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user