From ab6515be9f2e73719fe34a9d72a751bda8e6ff74 Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Sat, 26 Feb 2022 10:49:21 +0800 Subject: [PATCH] Fix indentation in build.sh --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." -- 2.45.2