Browse Source

fix comments.

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

+ 1 - 1
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