Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 47ef355

Browse files
committed
chore: change param name
1 parent 49902d4 commit 47ef355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515

1616
func init() {
1717
listenPort = flag.Int("p", 0, "Listen to which port")
18-
listenHost = flag.String("h", "localhost", "Listen to which host")
18+
listenHost = flag.String("l", "localhost", "Listen to which host")
1919
}
2020

2121
func main() {

0 commit comments

Comments
 (0)