diff options
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r-- | doc/protocol.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 409f9ca0e..8f5b4b9e8 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -634,14 +634,18 @@ OK <term> <cmdsynopsis> <command>move</command> - <arg choice="req"><replaceable>FROM</replaceable></arg> + <group> + <arg choice="req"><replaceable>FROM</replaceable></arg> + <arg choice="req"><replaceable>START:END</replaceable></arg> + </group> <arg choice="req"><replaceable>TO</replaceable></arg> </cmdsynopsis> </term> <listitem> <para> - Moves the song at <varname>FROM</varname> to - <varname>TO</varname> in the playlist. + Moves the song at <varname>FROM</varname> or range of songs + at <varname>START:END</varname> to <varname>TO</varname> + in the playlist. </para> </listitem> </varlistentry> |