Skip to content

Commit 4ec2c5f

Browse files
committed
fix cli flag.
1 parent f8beedd commit 4ec2c5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
)
1515

1616
var (
17-
bind = flag.String("b", "127.0.0.1:8080", "")
18-
verbose = flag.Bool("v", false, "")
17+
bind = flag.String("b", "127.0.0.1:8080", "bind address")
18+
verbose = flag.Bool("v", false, "show access log")
1919
)
2020

2121
var (

0 commit comments

Comments
 (0)