From 0f7b6653662daba1771a156caca9f251367456da Mon Sep 17 00:00:00 2001 From: Kannan J Date: Fri, 20 Sep 2024 11:05:03 +0000 Subject: [PATCH] Readme --- examples/cpp/xds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp/xds/README.md b/examples/cpp/xds/README.md index 7949c772db7..074cce2f450 100644 --- a/examples/cpp/xds/README.md +++ b/examples/cpp/xds/README.md @@ -6,7 +6,7 @@ This xDS example builds on the [Hello World Example](https://github.com/grpc/grp The client takes two command-line arguments - * target - By default, the client tries to connect to the xDS "xds:///helloworld:50051" and gRPC would use xDS to resolve this target and connect to the server backend. This can be overridden to change the target. -* secure - Bool value, defaults to true. When this is set, [XdsCredentials](https://github.com/grpc/proposal/blob/master/A29-xds-tls-security.md) will be used with a fallback on `InsecureChannelCredentials`. If unset, `InsecureChannelCredentials` will be used. +* xds-creds - Bool value, defaults to true. When this is set, [XdsCredentials](https://github.com/grpc/proposal/blob/master/A29-xds-tls-security.md) will be used with a fallback on `InsecureChannelCredentials`. If unset, `InsecureChannelCredentials` will be used. The server takes three command-line arguments - * port - Port on which the Hello World service is run. Defaults to 50051.