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:
parent
08f2556030
commit
ade81bde46
1 changed files with 4 additions and 1 deletions
|
@ -116,8 +116,11 @@ while [ -n "$1" ]; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ${use_help} -ne 0 ]; then
|
if [ ${use_help} -ne 0 ]; then
|
||||||
echo "help:"
|
echo "overview: Sprout C++ libraries automatic test script"
|
||||||
echo ""
|
echo ""
|
||||||
|
echo "usage: test.sh [options]"
|
||||||
|
echo ""
|
||||||
|
echo "options:"
|
||||||
echo " -S, --stagedir=<dir> Output files here."
|
echo " -S, --stagedir=<dir> Output files here."
|
||||||
echo " Default; 'testspr'"
|
echo " Default; 'testspr'"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue