From cc5012fda23e3f4962de08483f7792ecffea296e Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 10 Sep 2016 16:53:53 -0400 Subject: [PATCH] slight language tweak in duplicates plugin docs Suggested by @sampsyo in https://github.com/beetbox/beets/pull/2193 --- docs/plugins/duplicates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/duplicates.rst b/docs/plugins/duplicates.rst index 85835e2eb..8b11b6661 100644 --- a/docs/plugins/duplicates.rst +++ b/docs/plugins/duplicates.rst @@ -47,8 +47,8 @@ file. The available options mirror the command-line options: of items. This overrides the ``keys`` option the first time it is run; however, because it caches the resulting checksum as ``flexattrs`` in the database, you can use ``--key=name_of_the_checksumming_program - --key=any_other_keys`` (or set configuration ``keys`` option) the second time - around. + --key=any_other_keys`` (or set the ``keys`` configuration option) the second + time around. Default: ``ffmpeg -i {file} -f crc -``. - **copy**: A destination base directory into which to copy matched items.