aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-test.sh b/make-test.sh
index 622e837..26463cf 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 "\tCLEANUP:\t\t to save workspace set CLEANUP=0, default: 1"
+ echo -e "\tCLEANUP:\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"
}