summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-07-10 20:17:26 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-07-10 20:17:26 +0000
commitd298fa857ec8a4073f1da995b1bb1dbc6d5464dc (patch)
treea14fb3dacb2323e3b8c3302f775d977131ac7f7a
parent0133cec669b5dacc039e84d0b047b677e57dade0 (diff)
downloadrockbox-d298fa857ec8a4073f1da995b1bb1dbc6d5464dc.tar.gz
rockbox-d298fa857ec8a4073f1da995b1bb1dbc6d5464dc.zip
Add missing quote, and use the right word
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27376 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 5530090f31..a7f4ba341c 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -248,7 +248,7 @@ echo "Select target arch:"
248echo "s - sh (Archos models)" 248echo "s - sh (Archos models)"
249echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" 249echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)"
250echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" 250echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)"
251echo "a - arm (older ARM toolchain, depreciated) 251echo "a - arm (older ARM toolchain, deprecated) "
252echo "i - mips (Jz4740 and ATJ-based players)" 252echo "i - mips (Jz4740 and ATJ-based players)"
253echo "separate multiple targets with spaces" 253echo "separate multiple targets with spaces"
254echo "(Example: \"s m a\" will build sh, m86k and arm)" 254echo "(Example: \"s m a\" will build sh, m86k and arm)"