From 91aef995434cbe1646b2661cc4111ecfc1e6b487 Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Thu, 31 Mar 2016 07:47:42 +0900 Subject: [PATCH] Change spelling of build type for consistenty 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 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f7f690e..a450ef5 100755 --- 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)." -- 2.7.4