From ade81bde46ba8b492551cd2c112b1d31829711a6 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Sun, 6 Aug 2017 10:44:52 +0900 Subject: [PATCH] fix --help message --- tools/testspr/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/testspr/test.sh b/tools/testspr/test.sh index 12625486..3a5bf02d 100755 --- a/tools/testspr/test.sh +++ b/tools/testspr/test.sh @@ -116,8 +116,11 @@ while [ -n "$1" ]; do done if [ ${use_help} -ne 0 ]; then - echo "help:" + echo "overview: Sprout C++ libraries automatic test script" echo "" + echo "usage: test.sh [options]" + echo "" + echo "options:" echo " -S, --stagedir= Output files here." echo " Default; 'testspr'" echo ""