diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-11 19:10:41 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-11 19:10:41 +0000 |
commit | 169079c50129b2e516ed3ae667a29b5d00012111 (patch) | |
tree | 4ec979710158de791b05535818ef0c3d5a29c887 /doc/COMMANDS | |
parent | a0048eb78642ef29f48e6ffae1228fd3dd0444ba (diff) | |
download | mpd-169079c50129b2e516ed3ae667a29b5d00012111.tar.gz mpd-169079c50129b2e516ed3ae667a29b5d00012111.tar.xz mpd-169079c50129b2e516ed3ae667a29b5d00012111.zip |
fix type
git-svn-id: https://svn.musicpd.org/mpd/trunk@2618 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/COMMANDS')
-rw-r--r-- | doc/COMMANDS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index 8841ed02b..2cae9e6ae 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -103,7 +103,7 @@ move <int from> <int to> move song at _from_ to _to_ in the playlist increments playlist version by 1 -move <int songid> <int to> +moveid <int songid> <int to> move song with _songid_ to _to_ in the playlist increments playlist version by 1 |