From 0d2923e4ea546a6a7aebcf9ce6e337ade3d1c65f Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Wed, 8 Jun 2016 19:26:19 +0100 Subject: [PATCH] Add documentation for beet remove --force --- docs/reference/cli.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index faae67ee6..93b9b6253 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -211,7 +211,7 @@ remove `````` :: - beet remove [-ad] QUERY + beet remove [-adf] QUERY Remove music from your library. @@ -219,6 +219,7 @@ This command uses the same :doc:`query ` syntax as the ``list`` command. You'll be shown a list of the files that will be removed and asked to confirm. By default, this just removes entries from the library database; it doesn't touch the files on disk. To actually delete the files, use ``beet remove -d``. +If you do not want to be prompted to remove the files, use ``beet remove -f``. .. _modify-cmd: