Changelog for #1582

This commit is contained in:
Adrian Sampson 2015-08-29 12:57:59 -07:00
parent 3f490440b6
commit 9e83c76762
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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)