mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Clarify cli help for convert --force
This commit is contained in:
parent
f74dd89256
commit
895dbc2fec
1 changed files with 2 additions and 2 deletions
|
|
@ -248,8 +248,8 @@ class ConvertPlugin(BeetsPlugin):
|
|||
action="store_true",
|
||||
dest="force",
|
||||
help=(
|
||||
"force transcoding, overriding safety checks such as "
|
||||
"never_convert_lossy_files and no_convert"
|
||||
"force transcoding. Ignores no_convert, "
|
||||
"never_convert_lossy_files, and max_bitrate"
|
||||
),
|
||||
)
|
||||
cmd.parser.add_album_option()
|
||||
|
|
|
|||
Loading…
Reference in a new issue