From 6408b5e28080e4ad303c74a68025aea4371fcdba Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Sun, 24 Aug 2025 09:04:21 -0400 Subject: [PATCH] Add 'pretend' flag to update command example Add `p` as an acceptable flag for the `update` command to match the long form section of the command's docs --- docs/reference/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index f1ef041b6..c0274553a 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -323,7 +323,7 @@ update :: - beet update [-F] FIELD [-e] EXCLUDE_FIELD [-aM] QUERY + beet update [-F] FIELD [-e] EXCLUDE_FIELD [-aMp] QUERY Update the library (and, by default, move files) to reflect out-of-band metadata changes and file deletions.