mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-04 12:03:43 +02:00
compile.sh: add "-t" flag to usage string.
This commit is contained in:
parent
c552551348
commit
caf86bc797
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ SYSTEMS=( windows linux freebsd )
|
||||||
ARCHS=( 386 amd64 amd64p32 arm arm64 ppc ppc64 )
|
ARCHS=( 386 amd64 amd64p32 arm arm64 ppc ppc64 )
|
||||||
|
|
||||||
function usage() {
|
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 ""
|
||||||
echo " Valid systems:"
|
echo " Valid systems:"
|
||||||
for i in "${SYSTEMS[@]}"; do
|
for i in "${SYSTEMS[@]}"; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue