Skip to content

Commit ec10401

Browse files
committed
doc/index.rst: "list" behaves like "find", not "search"
"list" is case sensitive like "find". Closes #107
1 parent 0b41ad5 commit ec10401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Database Commands
307307

308308
:command:`list <type> [<type> <query>]... [group <type>]...` - Return
309309
a list of all tags of given tag ``type``. Optional search
310-
``type``/``query`` limit results in a way similar to search.
310+
``type``/``query`` limit results in a way similar to ``find``.
311311
Results can be grouped by one or more tags. Example::
312312

313313
mpc list album group artist

0 commit comments

Comments
 (0)