diff options
author | Max Kellermann <max@duempel.org> | 2015-08-23 15:20:14 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-23 15:20:14 +0200 |
commit | 9bcb01a75e6023505b56b5496aaeb6f114b52cd0 (patch) | |
tree | a6df3181b2b5ae3f8b4b81d365cc560b79349cc0 /doc/protocol.xml | |
parent | 4f29034f11bff48f5cd5d3ca7cc2caa0e9dfe28c (diff) | |
download | mpd-9bcb01a75e6023505b56b5496aaeb6f114b52cd0.tar.gz mpd-9bcb01a75e6023505b56b5496aaeb6f114b52cd0.tar.xz mpd-9bcb01a75e6023505b56b5496aaeb6f114b52cd0.zip |
doc/protocol: clarify "playlistmove" parameters
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 10 |
1 files 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> |