From 10d61f7d98c1147d6ceb3fb774746bb234e09414 Mon Sep 17 00:00:00 2001 From: Keita Shinyama Date: Tue, 6 Jun 2023 00:22:34 +0900 Subject: [PATCH] protoc-gen-go-grpc: Update README.md file --- cmd/protoc-gen-go-grpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/protoc-gen-go-grpc/README.md b/cmd/protoc-gen-go-grpc/README.md index 4758125de0d2..a2d4d010212a 100644 --- a/cmd/protoc-gen-go-grpc/README.md +++ b/cmd/protoc-gen-go-grpc/README.md @@ -14,7 +14,7 @@ To restore this behavior, set the option `require_unimplemented_servers=false`. E.g.: ``` - protoc --go-grpc_out=require_unimplemented_servers=false[,other options...]:. \ + protoc --go-grpc_out=. --go-grpc_opt=require_unimplemented_servers=false[,other options...] \ ``` Note that this is not recommended, and the option is only provided to restore