Call usage when getting incorrect arguments (#8703)

automerge
This commit is contained in:
sakridge
2020-03-06 19:08:20 -08:00
committed by GitHub
parent a5f2444ad2
commit a817a7c889

View File

@ -61,6 +61,7 @@ while [[ -n $1 ]]; do
usage "$@"
else
echo "Unknown argument: $1"
usage
exit 1
fi
else