diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2016-07-26 16:51:30 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2016-07-26 16:51:30 -0700 |
commit | 7c9c314ca7641672587d28426a05113e952d4e10 (patch) | |
tree | 2df0985deb604e24d35bdcf805f03a9be157b3aa /protoc-artifacts | |
parent | 0750797db41806db5f51731f17ce8a42fa19b482 (diff) |
fix comments.
Diffstat (limited to 'protoc-artifacts')
-rwxr-xr-x | protoc-artifacts/build-protoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/build-protoc.sh b/protoc-artifacts/build-protoc.sh index 3eeabecf..328d6731 100755 --- a/protoc-artifacts/build-protoc.sh +++ b/protoc-artifacts/build-protoc.sh @@ -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 |