Commit 54feb9ac authored by Jisi Liu's avatar Jisi Liu

Fix the script comments.

parent b1aac0b4
......@@ -3,9 +3,9 @@
# Builds protoc executable into target/protoc.exe; optionally build protoc
# plugins into target/protoc-gen-*.exe
# To be run from Maven.
# Usage: build-protoc.sh <OS> <ARCH> [target]
# 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" (by default) or protoc-gen-javalite
# <TARGET> can be "protoc" or protoc-gen-javalite
OS=$1
ARCH=$2
MAKE_TARGET=$3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment