diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2016-07-26 16:35:28 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2016-07-26 16:35:28 -0700 |
commit | 54feb9ac24b472333f44908939819d675b8e453d (patch) | |
tree | dea8350b34c07cb3251bfb30d8feaaf8ffc71bf9 /protoc-artifacts | |
parent | b1aac0b4ede7002eefb55dd4cf92c9b18bda1610 (diff) |
Fix the script comments.
Diffstat (limited to 'protoc-artifacts')
-rwxr-xr-x | protoc-artifacts/build-protoc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protoc-artifacts/build-protoc.sh b/protoc-artifacts/build-protoc.sh index e84598f7..3eeabecf 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 <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 |