Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8dd39eb

Browse files
committed
Merge pull request #64 from gablank/linux-build-args
Update usage text to show correct arguments.
2 parents 04d3cd2 + 61d741d commit 8dd39eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
usage()
44
{
55
echo "Usage: $0 [BuildArch] [BuildType] [clean]"
6-
echo "BuildType can be: Debug, Release"
7-
echo "BuildArch can be: Amd64"
6+
echo "BuildArch can be: amd64"
7+
echo "BuildType can be: debug, release"
88
echo "clean - optional argument to force a clean build."
99

1010
exit 1

0 commit comments

Comments
 (0)