diff options
author | Yuchen Zeng <zyc@google.com> | 2016-07-07 11:40:05 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-07-07 11:40:05 -0700 |
commit | a17c8d993d3bc4867fcc9d6fcf42e6bfff9c9cd8 (patch) | |
tree | 1c2d3f36bc2e7caffce24c9defc54c4ef71fcabb /test/cpp/util | |
parent | c24e0ee4f00a348a2f9948c820cf08be813c5f8a (diff) |
Fix typos
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/grpc_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/grpc_cli.cc b/test/cpp/util/grpc_cli.cc index 1a9662694a..7c8e2cdc63 100644 --- a/test/cpp/util/grpc_cli.cc +++ b/test/cpp/util/grpc_cli.cc @@ -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 |