Skip to content

Commit

Permalink
fix cli flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
daichirata committed Dec 13, 2016
1 parent f8beedd commit 4ec2c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
)

var (
bind = flag.String("b", "127.0.0.1:8080", "")
verbose = flag.Bool("v", false, "")
bind = flag.String("b", "127.0.0.1:8080", "bind address")
verbose = flag.Bool("v", false, "show access log")
)

var (
Expand Down

0 comments on commit 4ec2c5f

Please sign in to comment.