aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-18 01:24:22 +0200
committerMax Kellermann <max@duempel.org>2009-10-18 01:24:22 +0200
commit6a5e7c118b8277ccbc8fbcbb98c1ffa048284c48 (patch)
treef0f4a1bdd7b5f6edb7718f56d2445e6f444743ac /doc/protocol.xml
parentbddb6b42738c8637000896d867e89691d3a57c3e (diff)
doc/protocol.xml: documented range parameter in "delete"
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 5becb2dc..3db128b1 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>