1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00

compile.sh: add "-t" flag to usage string.

This commit is contained in:
Henrik Hautakoski 2021-12-30 19:07:37 +01:00
parent c552551348
commit caf86bc797

View file

@ -5,7 +5,7 @@ SYSTEMS=( windows linux freebsd )
ARCHS=( 386 amd64 amd64p32 arm arm64 ppc ppc64 )
function usage() {
echo "Usage: ${0##*/} [ -h|--help ] [ --target <system> ] [ -a|--arch <arch> ]"
echo "Usage: ${0##*/} [ -h|--help ] [ -t|--target <system> ] [ -a|--arch <arch> ]"
echo ""
echo " Valid systems:"
for i in "${SYSTEMS[@]}"; do