diff --git a/integration-testing/src/main/java/com/google/net/stubby/testing/integration/TestServiceServer.java b/integration-testing/src/main/java/com/google/net/stubby/testing/integration/TestServiceServer.java index 7aecf9db01..bac83e7d86 100644 --- a/integration-testing/src/main/java/com/google/net/stubby/testing/integration/TestServiceServer.java +++ b/integration-testing/src/main/java/com/google/net/stubby/testing/integration/TestServiceServer.java @@ -115,7 +115,7 @@ public class TestServiceServer { * The main application allowing this server to be launched from the command line. Accepts the * following arguments: *

- * --transport= Identifies the transport + * --transport= Identifies the transport * over which GRPC frames should be sent.
* --port= The port number for RPC communications. * --grpc_version=<1|2> Use gRPC v2 protocol. Default is v1.