Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
y-zeng committed Jul 7, 2016
1 parent c24e0ee commit a17c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/util/grpc_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
A command line tool to talk to a grpc server.
Example of talking to grpc interop server:
grpc_cli call localhost:50051 UnaryCall "response_size:10" \
--proto_file=src/proto/grpc/testing/test.prot --enable_ssl=false
--proto_file=src/proto/grpc/testing/test.proto --enable_ssl=false
Options:
1. --proto_file, use this flag to provide a proto file if the server does
Expand Down

0 comments on commit a17c8d9

Please sign in to comment.