diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-19 00:01:54 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-19 00:01:54 +0000 |
commit | 8270d590f1e3dbcb49591a551a4d9bda4b2d84a3 (patch) | |
tree | be566b2dbaa7192821e730f7a4bc3c3b929bafb6 /scripts | |
parent | d89596d6e58851f9d770cf052870092fb91a3600 (diff) |
[scripts] ext-toolchain.sh: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ext-toolchain.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index a53e5dcea..616b54f21 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 |