mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Add documentation for beet remove --force
This commit is contained in:
parent
34b3cf36b7
commit
0d2923e4ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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 <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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue