Skip to content

Commit d5f3968

Browse files
committed
nit
1 parent 5109115 commit d5f3968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example-tls/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public static void main(String[] args) throws Exception {
6868

6969
if (args.length < 2 || args.length == 4 || args.length > 5) {
7070
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.");
71+
"[clientCertChainFilePath clientPrivateKeyFilePath]]\n Note: clientCertChainFilePath and " +
72+
"clientPrivateKeyFilePath are only needed if mutual auth is desired.");
7373
System.exit(0);
7474
}
7575

0 commit comments

Comments
 (0)