summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorGeunsik Lim <geunsik.lim@samsung.com>2016-03-31 07:47:42 +0900
committerGeunsik Lim <geunsik.lim@samsung.com>2016-03-31 09:51:35 +0900
commit91aef995434cbe1646b2661cc4111ecfc1e6b487 (patch)
treef726b6dba9b3f9f3cca9e719d7eddbf7a5517513 /build.sh
parent48ce56b9fcd1b5edf5ca28f83d7b623b71e5c925 (diff)
downloadcoreclr-91aef995434cbe1646b2661cc4111ecfc1e6b487.tar.gz
coreclr-91aef995434cbe1646b2661cc4111ecfc1e6b487.tar.bz2
coreclr-91aef995434cbe1646b2661cc4111ecfc1e6b487.zip
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 <geunsik.lim@samsung.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f7f690eb87..a450ef5d6e 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)."