diff options
-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> |