From ba226f566d1cfee658f8bdc3fcb55c9ea0c72de5 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Mon, 10 Feb 2014 17:29:23 +0100 Subject: [PATCH] Update docs for fix a363d967 --- docs/reference/config.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 9d5afae25..a5a7209fa 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -13,9 +13,7 @@ every aspect of its operation. To configure beets, you'll edit a file called * If you prefer a different location, set the ``BEETSDIR`` environment variable to a path; beets will then look for a ``config.yaml`` in that directory. Or specify a different configuration file to load using the ``--config - /path/to/file`` option on the command line. (There's one caveat with the - last option: since the configuration is loaded after the command line is - parsed, it cannot currently be used to load new plugins.) + /path/to/file`` option on the command line. The config file uses `YAML`_ syntax. You can use the full power of YAML, but most configuration options are simple key/value pairs. This means your config