diff options
author | cotko <cotkocot@gmail.com> | 2019-04-06 12:26:40 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-10 13:16:58 +0200 |
commit | 1bc78e9f2c9e459a52ca7fa2d44a59b297a86d0d (patch) | |
tree | 7e60b6c2b6ad50d7f89c9c0a00b72d3b902ee1b2 /doc/protocol.rst | |
parent | cb6282e0a7360c21ecc7b7a86a5eb04d0703a143 (diff) |
Fid move doc args
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r-- | doc/protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |