diff options
author | Max Kellermann <max@duempel.org> | 2009-10-18 01:24:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-18 01:24:22 +0200 |
commit | 6a5e7c118b8277ccbc8fbcbb98c1ffa048284c48 (patch) | |
tree | f0f4a1bdd7b5f6edb7718f56d2445e6f444743ac | |
parent | bddb6b42738c8637000896d867e89691d3a57c3e (diff) | |
download | mpd-6a5e7c118b8277ccbc8fbcbb98c1ffa048284c48.tar.gz mpd-6a5e7c118b8277ccbc8fbcbb98c1ffa048284c48.tar.xz mpd-6a5e7c118b8277ccbc8fbcbb98c1ffa048284c48.zip |
doc/protocol.xml: documented range parameter in "delete"
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 5becb2dc5..3db128b18 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -705,7 +705,10 @@ OK <term> <cmdsynopsis> <command>delete</command> - <arg choice="req"><replaceable>SONGPOS</replaceable></arg> + <group> + <arg choice="req"><replaceable>POS</replaceable></arg> + <arg choice="req"><replaceable>START:END</replaceable></arg> + </group> </cmdsynopsis> </term> <listitem> |