mirror of https://github.com/grpc/grpc-go.git
examples: fixed spelling mistake in route_guide client example (#2873)
This commit is contained in:
parent
7a12d52f3b
commit
f7e18a395d
|
@ -38,7 +38,7 @@ import (
|
|||
|
||||
var (
|
||||
tls = flag.Bool("tls", false, "Connection uses TLS if true, else plain TCP")
|
||||
caFile = flag.String("ca_file", "", "The file containning the CA root cert file")
|
||||
caFile = flag.String("ca_file", "", "The file containing the CA root cert file")
|
||||
serverAddr = flag.String("server_addr", "127.0.0.1:10000", "The server address in the format of host:port")
|
||||
serverHostOverride = flag.String("server_host_override", "x.test.youtube.com", "The server name use to verify the hostname returned by TLS handshake")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue