summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-09-29 22:58:41 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-09-29 22:58:41 +0530
commit709e1499c27a2ce7f4944d9a7e99662a32356062 (patch)
treeb7824b139db45afd5c141ae29550ebdf6296da20
parent188e067d3177de292e2f4b242305b1e07e2668a6 (diff)
ltp: fix usage
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 7299eb7..4eade04 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -18,7 +18,7 @@ LTP_VERSION="20160510"
LTP_PATH=/opt/ltp
usage() {
- echo "Usage: $0 [-T mm,math,syscalls] [-S skipfile-lsk-juno] [-s <flase>]" 1>&2
+ echo "Usage: $0 [-T mm,math,syscalls] [-S skipfile-lsk-juno] [-s <flase>] [-v LTP_VERSION]" 1>&2
exit 0
}