We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5109115 commit d5f3968Copy full SHA for d5f3968
examples/example-tls/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java
@@ -68,8 +68,8 @@ public static void main(String[] args) throws Exception {
68
69
if (args.length < 2 || args.length == 4 || args.length > 5) {
70
System.out.println("USAGE: HelloWorldClientTls host port [trustCertCollectionFilePath " +
71
- "[clientCertChainFilePath clientPrivateKeyFilePath]]\n Note: clientCertChainFilePath and " +
72
- "clientPrivateKeyFilePath are only needed if mutual auth is desired.");
+ "[clientCertChainFilePath clientPrivateKeyFilePath]]\n Note: clientCertChainFilePath and " +
+ "clientPrivateKeyFilePath are only needed if mutual auth is desired.");
73
System.exit(0);
74
}
75
0 commit comments