diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index d3fc9fd68..832b67412 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -268,7 +268,10 @@ changes and file deletions. This will scan all the matched files and read their tags, populating the database with the new values. By default, files will be renamed according to -their new metadata; disable this with ``-M``. +their new metadata; disable this with ``-M``. Beets will skip files if their +modification times have not changed, so any out-of-band metadata changes must +also update these for ``beet update`` to recognise that the files have been +edited. To perform a "dry run" of an update, just use the ``-p`` (for "pretend") flag. This will show you all the proposed changes but won't actually change anything