Skip to content

Commit

Permalink
protoc-gen-go-grpc: Update README.md file (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
keita127 committed Jun 8, 2023
1 parent 89790ea commit 7a7caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a7caf3

Please sign in to comment.