Skip to content

Commit 440eb15

Browse files
committed
Fix typo in Main.Args
1 parent 6afe5bd commit 440eb15

File tree

1 file changed

+1
-1
lines changed
  • server/src/main/kotlin/org/javacs/kt

1 file changed

+1
-1
lines changed

server/src/main/kotlin/org/javacs/kt/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Args {
2020
var tcpServerPort: Int? = null
2121
@Parameter(names = ["--tcpClientPort", "-p"])
2222
var tcpClientPort: Int? = null
23-
@Parameter(names = ["--tcpCllientHost", "-h"])
23+
@Parameter(names = ["--tcpClientHost", "-h"])
2424
var tcpClientHost: String = "localhost"
2525
}
2626

0 commit comments

Comments
 (0)