Fix indentation in build.sh
authorXilin Wu <wuxilin123@gmail.com>
星期六, 26 Feb 2022 02:49:21 +0000 (10:49 +0800)
committerXilin Wu <wuxilin123@gmail.com>
星期六, 26 Feb 2022 02:49:21 +0000 (10:49 +0800)
build.sh

index 06d20a32ac640de23b1cc4e00b78cb6a94da8b3b..dba324437c1459b4a0012512afe1a7cdb28d8dc2 100755 (executable)
--- 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."