summaryrefslogtreecommitdiff
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
parent80ec47f6830cc34e55f940f161bf90ccb27b37cd (diff)
downloadrockbox-d76a1e904f947e7574615d9afe97f046150655ad.tar.gz
rockbox-d76a1e904f947e7574615d9afe97f046150655ad.zip
clarify --littleendian
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11059 a1c6a512-1295-4272-9138-f99709370657
-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:
77 --add <path> Adds this string to the left of all file names 77 --add <path> Adds this string to the left of all file names
78 --dirisalbum Use dir name as album name if the album name is missing in the 78 --dirisalbum Use dir name as album name if the album name is missing in the
79 tags 79 tags
80 --littleendian Write out data as little endian (for simulator) 80 --littleendian Write out data as little endian (for x86 simulators and ARM-
81 based targets such as iPods and iriver H10)
81 --verbose Shows more details while working 82 --verbose Shows more details while working
82 --help This text 83 --help This text
83MOO 84MOO