Skip to content

Commit ed29faf

Browse files
committed
[skip ci] fix usage
1 parent 294eb7a commit ed29faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Download a prebuilt executable binary from the [releases page](https://github.co
2525
Usage: grpcannon [options...] <host>
2626
Options:
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.

cmd/grpcannon/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var (
5656
var usage = `Usage: grpcannon [options...] <host>
5757
Options:
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.

0 commit comments

Comments
 (0)