Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeunsik Lim <geunsik.lim@samsung.com>2016-04-06 12:31:16 +0300
committerGeunsik Lim <geunsik.lim@samsung.com>2016-04-06 12:36:13 +0300
commite236986e4fff0815a278bf94b1af219748dc022d (patch)
tree10cbeff26e554a29c9067d0e7121ea3f80e7f8c4 /build.sh
parent57e341b82ff569851b127335012bff0a0ad9aecd (diff)
Improve description of build type spelling for consistency
This is trivial patch. Such as coreCLR, let's display a help manual with lower case for better consistency when the developers run "./build.sh --help" command. 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 bbfb7d35d4..257d17d1de 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ usage()
echo "native - optional argument to build the native code"
echo "The following arguments affect native builds only:"
echo "BuildArch can be: x64, x86, arm, arm64"
- echo "BuildType can be: Debug, Release"
+ echo "BuildType can be: debug, release"
echo "clean - optional argument to force a clean build."
echo "verbose - optional argument to enable verbose build output."
echo "clangx.y - optional argument to build using clang version x.y."