aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-11-28 15:39:43 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-11-28 15:39:43 +0100
commitf942720108957e02ac73883d8176658d2768dee3 (patch)
tree5764f3baf1a1b464ade7b7c59f4f58bedefc645f
parentf1b671a26fd9a8fb88de6f674edf713a2d0c8155 (diff)
make-test: usage corrected spelling error
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xmake-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-test.sh b/make-test.sh
index 57067ae..622e837 100755
--- a/make-test.sh
+++ b/make-test.sh
@@ -29,7 +29,7 @@ usage() {
echo -e "\tGIT_ODP:\t which ODP git repo to use"
echo -e "\tGIT_BRANCH:\t which branch to checkout and test"
echo -e "\tCOV_DIR:\t path to coverty"
- echo -e "\tCLENUP:\t\t to save workspace set CLEANUP=0, default: 1"
+ echo -e "\tCLEANUP:\t\t to save workspace set CLEANUP=0, default: 1"
echo -e "\tGCOV:\t\t to genrate gcov set GCOV=1, default: 0"
echo -e "\tBUILD_OPENSSL:\t build custom openssl, default: 0"
}