From 1bc78e9f2c9e459a52ca7fa2d44a59b297a86d0d Mon Sep 17 00:00:00 2001 From: cotko Date: Sat, 6 Apr 2019 12:26:40 +0200 Subject: [PATCH] Fid move doc args --- doc/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index c103efe64..47b6cabee 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -599,7 +599,7 @@ Whenever possible, ids should be used. Deletes the song ``SONGID`` from the playlist -:command:`move {FROM} [{START:END} | {TO}]` +:command:`move [{FROM} | {START:END}] {TO}` Moves the song at ``FROM`` or range of songs at ``START:END`` [#since_0_15]_ to ``TO`` in the playlist.