aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-11-28 19:17:49 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-11-28 19:17:49 +0100
commitfbd5feb6298b62882f79ee8cb45ee05f79d89aed (patch)
treed78ecfceb32bad5d41fbfaeba8c85ee736c1f74f
parentee8bc523e1a3ab7cc6de612c4a47468bc85fa875 (diff)
make-test: usage fix indentation
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 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"
}