diff --git a/protoc-artifacts/build-protoc.sh b/protoc-artifacts/build-protoc.sh index e84598f7f3..3eeabecf32 100755 --- a/protoc-artifacts/build-protoc.sh +++ b/protoc-artifacts/build-protoc.sh @@ -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 [target] +# Usage: build-protoc.sh # and are ${os.detected.name} and ${os.detected.arch} from os-maven-plugin -# target can be "protoc" (by default) or protoc-gen-javalite +# can be "protoc" or protoc-gen-javalite OS=$1 ARCH=$2 MAKE_TARGET=$3