aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ext-toolchain.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-19 00:01:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-19 00:01:54 +0000
commitee62b0d75163567b5eefa63871a33d4882eb6fd5 (patch)
treeb28edb98fc18102d14e26fb12a03dd880441356e /scripts/ext-toolchain.sh
parent796231d95c495c4b077235d36f956cd26074a89c (diff)
downloadupstream-ee62b0d75163567b5eefa63871a33d4882eb6fd5.tar.gz
upstream-ee62b0d75163567b5eefa63871a33d4882eb6fd5.tar.bz2
upstream-ee62b0d75163567b5eefa63871a33d4882eb6fd5.zip
ext-toolchain.sh: fix typo
SVN-Revision: 29781
Diffstat (limited to 'scripts/ext-toolchain.sh')
-rwxr-xr-xscripts/ext-toolchain.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh
index a53e5dceae..616b54f21f 100755
--- a/scripts/ext-toolchain.sh
+++ b/scripts/ext-toolchain.sh
@@ -520,8 +520,7 @@ while [ -n "$1" ]; do
echo -e " $me --toolchain {directory} --config {target}" >&2
echo -e " Analyze the given toolchain and print a suitable" >&2
echo -e " .config for the given target. Omit target " >&2
- echo -e " argument to get a list of names." >&2
- echo -e " suitable to prime .config with.\n" >&2
+ echo -e " argument to get a list of names.\n" >&2
echo -e " $me --help" >&2
echo -e " Display this help text and exit.\n\n" >&2
echo -e " Most commands also take a --cflags parameter which " >&2