Change spelling of build type for consistenty
authorGeunsik Lim <geunsik.lim@samsung.com>
Wed, 30 Mar 2016 22:47:42 +0000 (07:47 +0900)
committerGeunsik Lim <geunsik.lim@samsung.com>
Thu, 31 Mar 2016 00:51:35 +0000 (09:51 +0900)
This is trivial patch.
Let's display a help manual with lower case for better consistency
when the developers run "./build.sh --help".

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
build.sh

index f7f690e..a450ef5 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -6,7 +6,7 @@ usage()
 {
     echo "Usage: $0 [BuildArch] [BuildType] [clean] [verbose] [coverage] [cross] [clangx.y] [ninja] [configureonly] [skipconfigure] [skipnative] [skipmscorlib] [skiptests] [cmakeargs]"
     echo "BuildArch can be: x64, x86, arm, arm64"
-    echo "BuildType can be: Debug, Checked, Release"
+    echo "BuildType can be: debug, checked, release"
     echo "clean - optional argument to force a clean build."
     echo "verbose - optional argument to enable verbose build output."
     echo "coverage - optional argument to enable code coverage build (currently supported only for Linux and OSX)."