From 73048207fb7a3c864a3bc587a879dce3ce0d2b7e Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Sat, 8 Nov 2014 07:16:40 +0100 Subject: [PATCH] docs: keyfinder.rst, sort options --- docs/plugins/keyfinder.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/plugins/keyfinder.rst b/docs/plugins/keyfinder.rst index b81291d17..856939ecc 100644 --- a/docs/plugins/keyfinder.rst +++ b/docs/plugins/keyfinder.rst @@ -16,15 +16,15 @@ Configuration To configure the plugin, make a ``keyfinder:`` section in your configuration file. The available options are: +- **auto**: Analyze every file on + import. Otherwise, you need to use the ``beet keyfinder`` command + explicitly. + Default: ``yes`` - **bin**: The name of the `KeyFinder`_ program on your system or a path to the binary. If you installed the KeyFinder GUI on a Mac, for example, you want something like ``/Applications/KeyFinder.app/Contents/MacOS/KeyFinder``. - Default: ``KeyFinder`` (i.e., search for the program in your ``$PATH``). -- **auto**: Analyze every file on - import. Otherwise, you need to use the ``beet keyfinder`` command - explicitly. - Default: ``yes``. + Default: ``KeyFinder`` (i.e., search for the program in your ``$PATH``).. - **overwrite**: Calculate a key even for files that already have an `initial_key` value. Default: ``no``.