Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit d0c4f94

Browse files
authored
fix: typo (#5)
1 parent 4ccea3e commit d0c4f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/outline-ss-client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func main() {
7272

7373
flag.BoolVar(&TCPFastOpen, "tfo", false, "Enables TFO for both TCP listener and dialer")
7474
flag.BoolVar(&listenerTFO, "tfoListener", false, "Enables TFO for TCP listener")
75-
flag.BoolVar(&dialerTFO, "tfoDialer", false, "Enables TFO for TCP listener")
75+
flag.BoolVar(&dialerTFO, "tfoDialer", false, "Enables TFO for TCP dialer")
7676

7777
flag.DurationVar(&natTimeout, "natTimeout", defaultNatTimeout, "UDP NAT timeout")
7878

0 commit comments

Comments
 (0)