mirror of
https://github.com/beetbox/beets.git
synced 2026-02-10 17:34:05 +01:00
Changes suggested by @sampsyo
This commit is contained in:
parent
c632949b64
commit
00371de0bb
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class AcousticPlugin(plugins.BeetsPlugin):
|
|||
cmd.parser.add_option(
|
||||
u'-f', u'--force', dest='force_refetch',
|
||||
action='store_true', default=False,
|
||||
help=u'always fetch acousticbrainz data',
|
||||
help=u're-download data when already present'
|
||||
)
|
||||
|
||||
cmd.func = func
|
||||
|
|
|
|||
Loading…
Reference in a new issue