Skip to content

Commit ccbccc7

Browse files
committed
build-cross-tools: Fix a help string typo
1 parent 5bade09 commit ccbccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cross-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ while [ $# -gt 0 ]; do
6363
shift
6464
done
6565
if [ -z "$CROSS_ARCH" ]; then
66-
echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tool-extra] [--disable-mingw-w64-tools] [--disable-make] [--thinlto] [--lto] [--pgo[=profile]]
66+
echo $0 native prefix arch [--with-python] [--disable-lldb] [--disable-lldb-mi] [--disable-clang-tools-extra] [--disable-mingw-w64-tools] [--disable-make] [--thinlto] [--lto] [--pgo[=profile]]
6767
exit 1
6868
fi
6969

0 commit comments

Comments
 (0)