From 862395c99e76e5e7880a374fb753e6e5f16e5c87 Mon Sep 17 00:00:00 2001 From: strongtz Date: Fri, 19 Mar 2021 11:59:51 +0800 Subject: [PATCH] Make it clear what --chinese is for --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7ea0f02..b1c2e8c 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ function _help(){ echo "Options: " echo " --device DEV, -d DEV: build for DEV. (${DEVICES[*]})" echo " --all, -a: build all devices." - echo " --chinese, -c: optimization for Chinese users." + echo " --chinese, -c: use fastgit for submodule cloning." echo " --acpi, -A: compile acpi." echo " --clean, -C: clean workspace and output." echo " --distclean, -D: clean up all files that are not in repo." -- 2.45.2