summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-12-02 12:40:27 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-12-02 12:40:27 +0530
commita42567e7715c69387bb7923077d6b404ee754594 (patch)
tree050ffcd42ba94d23ed0c05cab4cda440a1b4f6e9
parent76c48a51afcaa9faed3d21a16797c37e19612048 (diff)
Corrected typo in usage.
-rwxr-xr-xbuild/gmc-build.sh2
1 files changed, 1 insertions, 1 deletions
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} <build-type>"
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