diff options
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r-- | doc/protocol.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 304b492b1..ff5d4838f 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -924,12 +924,12 @@ OK <cmdsynopsis> <command>playlistdelete</command> <arg choice="req"><replaceable>NAME</replaceable></arg> - <arg choice="req"><replaceable>SONGID</replaceable></arg> + <arg choice="req"><replaceable>SONGPOS</replaceable></arg> </cmdsynopsis> </term> <listitem> <para> - Deletes <varname>SONGID</varname> from the + Deletes <varname>SONGPOS</varname> from the playlist <filename>NAME.m3u</filename>. </para> </listitem> |