From b3b26efe88bf3dc41bacd4fbc27249a3cd6352e7 Mon Sep 17 00:00:00 2001 From: elyang0214 Date: Sun, 2 Apr 2023 11:13:53 -0400 Subject: [PATCH] Updated documentation to be less redundant in docs/referece/cli.rst and more accurate in docs/changelog.rst. --- docs/changelog.rst | 2 +- docs/reference/cli.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d2f9e4c6e..6aa2c7302 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,7 +11,7 @@ for Python 3.6). New features: -* Added UTF-8 encoding enforcement to imported files in `beets/beets/ui/commands.py`. +* --from-logfile now parses log files using a UTF-8 encoding in `beets/beets/ui/commands.py`. :bug:`4693` * Added additional error handling for `spotify` plugin. :bug:`4686` diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index 7737c4498..da119d0f8 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -172,7 +172,7 @@ Optional command flags: Just point the ``beet import`` command at a directory of files that are already catalogged in your library. Beets will automatically detect this - situation and avoid duplicating any items. A UTF-8 encoding will be enforced on your imported file. In this situation, the "copy + situation and avoid duplicating any items. In this situation, the "copy files" option (``-c``/``-C`` on the command line or ``copy`` in the config file) has slightly different behavior: it causes files to be *moved*, rather than duplicated, if they're already in your library. (The same is