From: Xilin Wu Date: 星期六, 26 Feb 2022 02:49:21 +0000 (+0800) Subject: Fix indentation in build.sh X-Git-Tag: v2.0rc1~13 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=ab6515be9f2e73719fe34a9d72a751bda8e6ff74;p=edk2-sdm845.git Fix indentation in build.sh --- diff --git a/build.sh b/build.sh index 06d20a3..dba3244 100755 --- a/build.sh +++ b/build.sh @@ -35,9 +35,9 @@ function _help(){ echo " --device DEV, -d DEV: build for DEV. (${DEVICES[*]})" echo " --all, -a: build all devices." echo " --chinese, -c: use github.com.cnpmjs.org for submodule cloning." - echo " --release MODE, -r MODE: Release mode for building, default is 'RELEASE', 'DEBUG' alternatively." - echo " --toolchain TOOLCHAIN: Set toolchain, default is 'GCC5'." - echo " --uart, -u: compile with UART support, print debug messages to uart debug port." + echo " --release MODE, -r MODE: Release mode for building, default is 'RELEASE', 'DEBUG' alternatively." + echo " --toolchain TOOLCHAIN: Set toolchain, default is 'GCC5'." + echo " --uart, -u: compile with UART support, print debug messages to uart debug port." echo " --acpi, -A: compile DSDT using MS asl with wine" echo " --clean, -C: clean workspace and output." echo " --distclean, -D: clean up all files that are not in repo."