Correctly determine --use_alts default (#4538)

This commit is contained in:
Arnout Engelen 2018-08-14 22:44:43 +02:00 committed by Jiangtao Li
parent 5d4fe28260
commit 13aa02829e
1 changed files with 1 additions and 1 deletions

View File

@ -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 "