mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
typo
This commit is contained in:
parent
d3ec311721
commit
d0dc2014f6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class IPFSPlugin(BeetsPlugin):
|
|||
help='Import remote library from ipfs')
|
||||
cmd.parser.add_option('-l', '--list', dest='_list',
|
||||
action='store_true',
|
||||
help='List imported library')
|
||||
help='List imported libraries')
|
||||
|
||||
def func(lib, opts, args):
|
||||
if opts.add:
|
||||
|
|
|
|||
Loading…
Reference in a new issue