udpate comment

This commit is contained in:
William Banfield
2021-11-09 18:07:20 -05:00
parent e76fb3e8e1
commit e0d992dca9
+4 -2
View File
@@ -1,8 +1,10 @@
#!/usr/bin/sh
set -eo pipefail
# This script appends the "option go_package" proto option to the file located at $FNAME
# This script appends the "option go_package" proto option to the file located at $FNAME.
# This option is not included in the proto files to allow the files to more easily
# be hosted in github.com/tendermint/spec and shared between other repos.
# This option specifies what the package will be named when imported by other packages.
FNAME=$1
MODNAME=$(echo $2| sed 's/\//\\\//g')