Skip to content

Commit 8269f49

Browse files
authored
Merge pull request #2 from PierreFritsch/patch-2
build.sh usage: List all possible options
2 parents bf18198 + c6b8739 commit 8269f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VERSION=`sed -En -e 's/.*VERSION_STRING[[:space:]]+"([0-9]+\.[0-9]+(\.[0-9]+)*)"
2222
VERSION=`echo -n "${VERSION}" | sed -E -e 's/([0-9]+\.[0-9]+)\.0/\1/'`
2323

2424
function usage {
25-
echo "Usage: $(basename $0) [--debug] (macos | windows | linux | linux-raspbian)... "
25+
echo "Usage: $(basename $0) [--debug] (macos | ios | windows | linux | linux-raspbian) "
2626
exit 1
2727
}
2828

0 commit comments

Comments
 (0)