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

Commit 61d741d

Browse files
committed
Update usage text to show correct arguments.
The usage text printed the arguments with a capital letter, whilst the script looked for the same arguments but without the leading capital letter. Also reordered the argument help list so it is in the same order as the script accepts them.
1 parent fdd9e11 commit 61d741d

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)