diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-26 03:48:59 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-26 03:48:59 +0000 |
commit | ce1d377d697036886ea13f9a66810bc70b748d90 (patch) | |
tree | 37f3d00a055759547ce51a943e1391f9ab422697 /doc/COMMANDS | |
parent | 5262a0665944adb045ff80da6e888116d5a06f5f (diff) | |
download | mpd-ce1d377d697036886ea13f9a66810bc70b748d90.tar.gz mpd-ce1d377d697036886ea13f9a66810bc70b748d90.tar.xz mpd-ce1d377d697036886ea13f9a66810bc70b748d90.zip |
update listall and listallinfo commands
git-svn-id: https://svn.musicpd.org/mpd/trunk@65 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/COMMANDS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index ee603dbf9..f69ea49e6 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -62,11 +62,11 @@ list <string type> <string arg1> to list albums by a artist, where artist is specified with arg1 -listall <string directory> - lists all songs and directories in _directory_ (recursively) - _directory_ is optional +listall <string path> + lists all songs and directories in _path_ (recursively) + _path_ is optional and maybe a directory or path -listall <string directory> +listallinfo <string path> same as listall command, except it also returns metadata info in the same format as lsinfo |