From 9bcb01a75e6023505b56b5496aaeb6f114b52cd0 Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@duempel.org> Date: Sun, 23 Aug 2015 15:20:14 +0200 Subject: [PATCH] doc/protocol: clarify "playlistmove" parameters --- doc/protocol.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index f9f8ea346..5427156d0 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1475,15 +1475,15 @@ OK <cmdsynopsis> <command>playlistmove</command> <arg choice="req"><replaceable>NAME</replaceable></arg> - <arg choice="req"><replaceable>SONGID</replaceable></arg> - <arg choice="req"><replaceable>SONGPOS</replaceable></arg> + <arg choice="req"><replaceable>FROM</replaceable></arg> + <arg choice="req"><replaceable>TO</replaceable></arg> </cmdsynopsis> </term> <listitem> <para> - Moves <varname>SONGID</varname> in the playlist - <filename>NAME.m3u</filename> to the position - <varname>SONGPOS</varname>. + Moves the song at position <varname>FROM</varname> in + the playlist <filename>NAME.m3u</filename> to the + position <varname>TO</varname>. </para> </listitem> </varlistentry>