Browse Source

Fix the script comments.

Jisi Liu 9 năm trước cách đây
mục cha
commit
44248d72a6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      protoc-artifacts/build-protoc.sh

+ 2 - 2
protoc-artifacts/build-protoc.sh

@@ -3,9 +3,9 @@
 # Builds protoc executable into target/protoc.exe; optionally build protoc
 # Builds protoc executable into target/protoc.exe; optionally build protoc
 # plugins into target/protoc-gen-*.exe
 # plugins into target/protoc-gen-*.exe
 # To be run from Maven.
 # 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
 # <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
 OS=$1
 ARCH=$2
 ARCH=$2
 MAKE_TARGET=$3
 MAKE_TARGET=$3