Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed May 4, 2018
1 parent 4fb9a24 commit 220fecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Options:
-o Output path. If none provided stdout is used.
-O Output type. If none provided, a summary is printed.
"csv" is the only supported alternative. Dumps the response
metrics in comma-separated values format.
"json" outputs the metrics report in JSON format.
"csv" outputs the response metrics in comma-separated values format.
-i Comma separated list of proto import paths. The current working directory and the directory
of the protocol buffer file are automatically added to the import list.
Expand Down
4 changes: 2 additions & 2 deletions cmd/grpcannon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Options:
-o Output path. If none provided stdout is used.
-O Output type. If none provided, a summary is printed.
"csv" is the only supported alternative. Dumps the response
metrics in comma-separated values format.
"json" outputs the metrics report in JSON format.
"csv" outputs the response metrics in comma-separated values format.
-i Comma separated list of proto import paths. The current working directory and the directory
of the protocol buffer file are automatically added to the import list.
Expand Down

0 comments on commit 220fecc

Please sign in to comment.