mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
echonest: Fix capitalization in help text
This commit is contained in:
parent
a7156b63f9
commit
c0dde8da28
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin):
|
|||
|
||||
def commands(self):
|
||||
fetch_cmd = ui.Subcommand('echonest',
|
||||
help='Fetch metadata from the EchoNest')
|
||||
help='fetch metadata from The Echo Nest')
|
||||
fetch_cmd.parser.add_option(
|
||||
'-f', '--force', dest='force', action='store_true', default=False,
|
||||
help='(re-)download information from the EchoNest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue