From 4f51b4af2bce01b8d141952d3cc17cf8eaa22403 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Fri, 18 Nov 2022 16:29:26 +0100 Subject: [PATCH] The from_scratch option is called --from-scratch on the command line. Fixed the documentation. --- docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index afabe1aa0..e59937dc3 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -582,7 +582,7 @@ from_scratch ~~~~~~~~~~~~ Either ``yes`` or ``no`` (default), controlling whether existing metadata is -discarded when a match is applied. This corresponds to the ``--from_scratch`` +discarded when a match is applied. This corresponds to the ``--from-scratch`` flag to ``beet import``. .. _quiet: