ext-toolchain.sh: fix typo
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Jan 2012 00:01:54 +0000 (00:01 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Jan 2012 00:01:54 +0000 (00:01 +0000)
SVN-Revision: 29781

scripts/ext-toolchain.sh

index a53e5dceae6ca3cdf5b707507b20f63b734f8ce4..616b54f21f04c808307d098dd508cec371558c17 100755 (executable)
@@ -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