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 6afe5bd commit 440eb15Copy full SHA for 440eb15
server/src/main/kotlin/org/javacs/kt/Main.kt
@@ -20,7 +20,7 @@ class Args {
20
var tcpServerPort: Int? = null
21
@Parameter(names = ["--tcpClientPort", "-p"])
22
var tcpClientPort: Int? = null
23
- @Parameter(names = ["--tcpCllientHost", "-h"])
+ @Parameter(names = ["--tcpClientHost", "-h"])
24
var tcpClientHost: String = "localhost"
25
}
26
0 commit comments