fix comments.

This commit is contained in:
Jisi Liu 2016-07-26 16:51:30 -07:00
parent 0750797db4
commit 7c9c314ca7

View file

@ -5,7 +5,7 @@
# To be run from Maven.
# Usage: build-protoc.sh <OS> <ARCH> <TARGET>
# <OS> and <ARCH> are ${os.detected.name} and ${os.detected.arch} from os-maven-plugin
# <TARGET> can be "protoc" or protoc-gen-javalite
# <TARGET> can be "protoc" or "protoc-gen-javalite"
OS=$1
ARCH=$2
MAKE_TARGET=$3