Skip to content

Commit

Permalink
Update static-build.sh
Browse files Browse the repository at this point in the history
fixed typo in static build scripts usage
  • Loading branch information
sni committed Jul 6, 2013
1 parent 35f623b commit dcfaeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/static-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function usage() {
echo "Target:"
echo "linux-local Compile under local linux distro"
echo "linux-amd64 Compile under debian 64bit chroot"
echo "linux-i368 Compile under debian 32bit chroot"
echo "linux-i386 Compile under debian 32bit chroot"
echo "windows Compile windows binary using wine"
}
VERSION=""
Expand Down

0 comments on commit dcfaeb0

Please sign in to comment.