From 5f1798c437514632368b017962e337f224643925 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Wed, 7 Jun 2023 07:53:40 -0600 Subject: [PATCH] image credit comment --- README.md | 3 ++- pkg/program/config.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba75088..c974709 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ + protobuf @@ -49,7 +50,7 @@ options: -h, --help [optional, false] show this help screen -p, --protoset [required] - filename name of proto descriptor set + filename of proto descriptor set -f, --file [required] filename of entrypoint starlark script (conventionally named *.grpc.star) diff --git a/pkg/program/config.go b/pkg/program/config.go index 549a03b..6c3a64c 100644 --- a/pkg/program/config.go +++ b/pkg/program/config.go @@ -48,7 +48,7 @@ options: -h, --help [optional, false] show this help screen -p, --protoset [required] - filename name of proto descriptor set + filename of proto descriptor set -f, --file [required] filename of entrypoint starlark script (conventionally named *.grpc.star)