Skip to content

Commit

Permalink
fix: use correct comment for status port
Browse files Browse the repository at this point in the history
  • Loading branch information
rudoi committed Jul 11, 2024
1 parent 9c9f281 commit 93bf7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
flag.IntVar(&gamePortMin, "game-port-min", 7700, "lower bound of game port range")
flag.IntVar(&gamePortMax, "game-port-max", 7800, "upper bound of game port range")
flag.IntVar(&netimguiPortMin, "netimgui-port-min", 7800, "lower bound of netimgui port range")
flag.IntVar(&statusPortMin, "status-port-min", 9000, "lower bound of netimgui port range")
flag.IntVar(&statusPortMin, "status-port-min", 9000, "lower bound of status port range")
opts := zap.Options{
Development: true,
}
Expand Down

0 comments on commit 93bf7c4

Please sign in to comment.