mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Changelog for #1582
This commit is contained in:
parent
3f490440b6
commit
9e83c76762
2 changed files with 3 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ def list_func(lib, opts, args):
|
|||
|
||||
list_cmd = ui.Subcommand('list', help='query the library', aliases=('ls',))
|
||||
list_cmd.parser.usage += "\n" \
|
||||
'Example: %prog -af \'$album: $title\' artist:beatles'
|
||||
'Example: %prog -f \'$album: $title\' artist:beatles'
|
||||
list_cmd.parser.add_all_common_options()
|
||||
list_cmd.func = list_func
|
||||
default_commands.append(list_cmd)
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ Fixes:
|
|||
causing lots of unnecessary delays due to DBpedia downtime). To re-enable
|
||||
these sources, add ``wikipedia google`` to your ``sources`` configuration
|
||||
option.
|
||||
* The :ref:`list-cmd` command's help output now has a small query and format
|
||||
string example. Thanks to :user:`pkess`. :bug:`1582`
|
||||
|
||||
|
||||
1.3.14 (August 2, 2015)
|
||||
|
|
|
|||
Loading…
Reference in a new issue