Fix build.sh and test.sh help

This commit is contained in:
Steve Myers 2021-10-28 14:22:45 -07:00
parent 3b05c57794
commit 5e7a42df07
2 changed files with 4 additions and 2 deletions

View File

@ -9,10 +9,12 @@ help()
# Display Help
echo "Build bdk-uniffi and related libraries."
echo
echo "Syntax: build [-h|k]"
echo "Syntax: build [-a|h|k|s]"
echo "options:"
echo "-a Android."
echo "-h Print this Help."
echo "-k Kotlin."
echo "-s Swift."
echo
}

View File

@ -9,7 +9,7 @@ help()
# Display Help
echo "Test bdk-uniffi and related libraries."
echo
echo "Syntax: build [-a|h|k|v]"
echo "Syntax: build [-a|h|k]"
echo "options:"
echo "-a Android connected device tests."
echo "-h Print this Help."