From a42567e7715c69387bb7923077d6b404ee754594 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Fri, 2 Dec 2011 12:40:27 +0530 Subject: Corrected typo in usage. --- build/gmc-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gmc-build.sh b/build/gmc-build.sh index 6d197f36..f80dc9cf 100755 --- a/build/gmc-build.sh +++ b/build/gmc-build.sh @@ -201,7 +201,7 @@ echo if [ $# -ne 1 ]; then echo "Usage: ${0} " echo "build-type value can be one of:" - echo " `startBold` ${TYPE_ALL}`stopBold` - Sets up the build directoryand then triggers a full build" + echo " `startBold` ${TYPE_ALL}`stopBold` - Sets up the build directory and then triggers a full build" echo " `startBold` ${TYPE_SETUP}`stopBold` - Sets up the build directory; doesn't trigger build" echo " `startBold` ${TYPE_BUILD}`stopBold` - Assumes that build directory is set up and simply triggers the build" echo -- cgit