File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Download a prebuilt executable binary from the [releases page](https://github.co
2525Usage: grpcannon [options...] <host>
2626Options:
2727 -proto The protocol buffer file.
28- -protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
28+ -protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
2929 -call A fully-qualified method name in 'service/method' or 'service.method' format.
3030 -cert The file containing the CA root cert file.
3131 -cname An override of the expect Server Cname presented by the server.
Original file line number Diff line number Diff line change 5656var usage = `Usage: grpcannon [options...] <host>
5757Options:
5858 -proto The protocol buffer file.
59- -protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
59+ -protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
6060 -call A fully-qualified method name in 'service/method' or 'service.method' format.
6161 -cert The file containing the CA root cert file.
6262 -cname An override of the expect Server Cname presented by the server.
You can’t perform that action at this time.
0 commit comments