diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-09-26 10:43:30 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-26 10:43:30 +0000 |
| commit | d76a1e904f947e7574615d9afe97f046150655ad (patch) | |
| tree | 856272a16f6dc1669b1316f0a207a8c9e0032587 | |
| parent | 80ec47f6830cc34e55f940f161bf90ccb27b37cd (diff) | |
| download | rockbox-d76a1e904f947e7574615d9afe97f046150655ad.zip rockbox-d76a1e904f947e7574615d9afe97f046150655ad.tar.gz rockbox-d76a1e904f947e7574615d9afe97f046150655ad.tar.bz2 rockbox-d76a1e904f947e7574615d9afe97f046150655ad.tar.xz | |
clarify --littleendian
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11059 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/songdb.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl index a6d3b78..a273179 100755 --- a/tools/songdb.pl +++ b/tools/songdb.pl @@ -77,7 +77,8 @@ Options: --add <path> Adds this string to the left of all file names --dirisalbum Use dir name as album name if the album name is missing in the tags - --littleendian Write out data as little endian (for simulator) + --littleendian Write out data as little endian (for x86 simulators and ARM- + based targets such as iPods and iriver H10) --verbose Shows more details while working --help This text MOO |