mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
-l actually queries the libraries
This commit is contained in:
parent
d0dc2014f6
commit
a80b402f2f
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 libraries')
|
||||
help='Query imported libraries')
|
||||
|
||||
def func(lib, opts, args):
|
||||
if opts.add:
|
||||
|
|
|
|||
Loading…
Reference in a new issue