summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-26 10:43:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-26 10:43:30 +0000
commitd76a1e904f947e7574615d9afe97f046150655ad (patch)
tree856272a16f6dc1669b1316f0a207a8c9e0032587 /tools
parent80ec47f6830cc34e55f940f161bf90ccb27b37cd (diff)
clarify --littleendian
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11059 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/songdb.pl3
1 files changed, 2 insertions, 1 deletions
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 <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