1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00

fix --help message

This commit is contained in:
bolero-MURAKAMI 2017-08-06 10:44:52 +09:00
parent 08f2556030
commit ade81bde46

View file

@ -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=<dir> Output files here."
echo " Default; 'testspr'"
echo ""