mirror of https://github.com/grpc/grpc-java.git
Correctly determine --use_alts default (#4538)
This commit is contained in:
parent
5d4fe28260
commit
13aa02829e
|
|
@ -161,7 +161,7 @@ public class TestServiceClient {
|
||||||
+ validTestCasesHelpText()
|
+ validTestCasesHelpText()
|
||||||
+ "\n --use_tls=true|false Whether to use TLS. Default " + c.useTls
|
+ "\n --use_tls=true|false Whether to use TLS. Default " + c.useTls
|
||||||
+ "\n --use_alts=true|false Whether to use ALTS. Enable ALTS will disable TLS."
|
+ "\n --use_alts=true|false Whether to use ALTS. Enable ALTS will disable TLS."
|
||||||
+ "\n Default " + c.useTls
|
+ "\n Default " + c.useAlts
|
||||||
+ "\n --use_test_ca=true|false Whether to trust our fake CA. Requires --use_tls=true "
|
+ "\n --use_test_ca=true|false Whether to trust our fake CA. Requires --use_tls=true "
|
||||||
+ "\n to have effect. Default " + c.useTestCa
|
+ "\n to have effect. Default " + c.useTestCa
|
||||||
+ "\n --use_okhttp=true|false Whether to use OkHttp instead of Netty. Default "
|
+ "\n --use_okhttp=true|false Whether to use OkHttp instead of Netty. Default "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue