From 8cda1335d10f4e7e1576cb093d52049fc3b108a8 Mon Sep 17 00:00:00 2001 From: gevaerts Date: Sat, 10 Jul 2010 20:17:26 +0000 Subject: [PATCH] Add missing quote, and use the right word git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27376 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 5530090f3..a7f4ba341 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -248,7 +248,7 @@ echo "Select target arch:" echo "s - sh (Archos models)" echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" echo "e - arm-eabi (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" -echo "a - arm (older ARM toolchain, depreciated) +echo "a - arm (older ARM toolchain, deprecated) " echo "i - mips (Jz4740 and ATJ-based players)" echo "separate multiple targets with spaces" echo "(Example: \"s m a\" will build sh, m86k and arm)" -- 2.11.4.GIT