Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Change command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
bzEq committed Apr 5, 2024
1 parent 153b24d commit 0ff419f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s5/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
var localAddr string
flag.StringVar(&localAddr, "c", "localhost:1080", "Address of local server")
flag.StringVar(&localAddr, "l", "localhost:1080", "Address of local server")
flag.Parse()
log.SetFlags(log.LstdFlags | log.Lshortfile)
udpAddrChan := make(chan *net.UDPAddr)
Expand Down

0 comments on commit 0ff419f

Please sign in to comment.