From dd85a88ba5e7f9f3644969539e1a5a11d4baa8ad Mon Sep 17 00:00:00 2001 From: Ian Pickering Date: Wed, 11 Sep 2019 20:14:30 -0700 Subject: [PATCH] Correct documentation of `incremental_skip_later` flag The behavior is actually the opposite of what is documented. --- docs/reference/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 687f6c3f9..7dcd53801 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -508,10 +508,10 @@ incremental_skip_later ~~~~~~~~~~~~~~~~~~~~~~ Either ``yes`` or ``no``, controlling whether skipped directories are -recorded in the incremental list. When set to ``yes``, skipped directories -will be recorded, and skipped later. When set to ``no``, skipped +recorded in the incremental list. When set to ``yes``, skipped directories won't be recorded, and beets will try to import them again -later. Defaults to ``no``. +later. When set to ``no``, skipped directories will be recorded, and +skipped later. Defaults to ``no``. .. _from_scratch: