diff options
author | Max Kellermann <max@duempel.org> | 2014-11-24 07:35:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-24 08:09:58 +0100 |
commit | 716225cd2f92ee0bb204de1d248dd2bc6c4c0221 (patch) | |
tree | af23343a90f1db052c8b9950dfb80994d3a6df4a /doc/protocol.xml | |
parent | bbc618b8f9127ce286baf34368345e30e983f52a (diff) | |
download | mpd-716225cd2f92ee0bb204de1d248dd2bc6c4c0221.tar.gz mpd-716225cd2f92ee0bb204de1d248dd2bc6c4c0221.tar.xz mpd-716225cd2f92ee0bb204de1d248dd2bc6c4c0221.zip |
doc/protocol: mention that "count" can have multiple filters
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 858ca0990..05468e535 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1533,6 +1533,7 @@ OK <command>count</command> <arg choice="req"><replaceable>TAG</replaceable></arg> <arg choice="req"><replaceable>NEEDLE</replaceable></arg> + <arg choice="opt"><replaceable>...</replaceable></arg> <arg choice="opt">group</arg> <arg choice="opt"><replaceable>GROUPTYPE</replaceable></arg> </cmdsynopsis> |