Skip to content

Commit 549847b

Browse files
committed
duplicates: Add docs for --remove option
1 parent 537a71f commit 549847b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/plugins/duplicates.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ duplicates themselves via command-line switches ::
3434
-o DEST, --copy=DEST copy items to dest
3535
-p, --path print paths for matched items or albums
3636
-t TAG, --tag=TAG tag matched items with 'k=v' attribute
37+
-r, --remove remove items from library
3738

3839
Configuration
3940
-------------
@@ -57,7 +58,7 @@ file. The available options mirror the command-line options:
5758
``$albumartist - $album - $title: $count`` (for tracks) or ``$albumartist -
5859
$album: $count`` (for albums).
5960
Default: ``no``.
60-
- **delete**: Removes matched items from the library and from the disk.
61+
- **delete**: Remove matched items from the library and from the disk.
6162
Default: ``no``
6263
- **format**: A specific format with which to print every track
6364
or album. This uses the same template syntax as beets'
@@ -92,6 +93,8 @@ file. The available options mirror the command-line options:
9293
set. If you would like to consider the lower bitrates as duplicates,
9394
for example, set ``tiebreak: items: [bitrate]``.
9495
Default: ``{}``.
96+
- **remove**: Remove matched items from the library, but not from the disk.
97+
Default: ``no``.
9598

9699
Examples
97100
--------

0 commit comments

Comments
 (0)