Skip to content

Commit

Permalink
[skip ci] fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Apr 17, 2018
1 parent 294eb7a commit ed29faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Download a prebuilt executable binary from the [releases page](https://github.co
Usage: grpcannon [options...] <host>
Options:
-proto The protocol buffer file.
-protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
-protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
-call A fully-qualified method name in 'service/method' or 'service.method' format.
-cert The file containing the CA root cert file.
-cname An override of the expect Server Cname presented by the server.
Expand Down
2 changes: 1 addition & 1 deletion cmd/grpcannon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var (
var usage = `Usage: grpcannon [options...] <host>
Options:
-proto The protocol buffer file.
-protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
-protoset The compiled protoset file. Alternative to proto. -proto takes precedence.
-call A fully-qualified method name in 'service/method' or 'service.method' format.
-cert The file containing the CA root cert file.
-cname An override of the expect Server Cname presented by the server.
Expand Down

0 comments on commit ed29faf

Please sign in to comment.