diff options
| author | Nick Peskett <rockbox@peskett.co.uk> | 2011-12-19 14:02:36 +0000 |
|---|---|---|
| committer | Nick Peskett <rockbox@peskett.co.uk> | 2011-12-19 14:02:36 +0000 |
| commit | 476f4a7bafd4be64dde6deaff0e1ab8a7a0e7411 (patch) | |
| tree | 949730cdb751df26f4a76ca3a34285c0ac739930 | |
| parent | 84b527410ab1a6d38ccaf4248ff758aa42eeb6fb (diff) | |
| download | rockbox-476f4a7bafd4be64dde6deaff0e1ab8a7a0e7411.zip rockbox-476f4a7bafd4be64dde6deaff0e1ab8a7a0e7411.tar.gz rockbox-476f4a7bafd4be64dde6deaff0e1ab8a7a0e7411.tar.bz2 rockbox-476f4a7bafd4be64dde6deaff0e1ab8a7a0e7411.tar.xz | |
I think 'e' for arm (rather than 'a') is a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31362 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/rockboxdev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index d1b8e97..f53f323 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -261,7 +261,7 @@ echo "m - m68k (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)" echo "a - arm (ipods, iriver H10, Sansa, D2, Gigabeat, etc)" echo "i - mips (Jz4740 and ATJ-based players)" echo "separate multiple targets with spaces" -echo "(Example: \"s m e\" will build sh, m68k and arm)" +echo "(Example: \"s m a\" will build sh, m68k and arm)" echo "" selarch=`input` |