From d76a1e904f947e7574615d9afe97f046150655ad Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Sep 2006 10:43:30 +0000 Subject: [PATCH] clarify --littleendian git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11059 a1c6a512-1295-4272-9138-f99709370657 --- tools/songdb.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/songdb.pl b/tools/songdb.pl index a6d3b78c04..a2731796b9 100755 --- a/tools/songdb.pl +++ b/tools/songdb.pl @@ -77,7 +77,8 @@ Options: --add 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