Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lgjluis authored Nov 20, 2019
1 parent 4d53a9a commit 2bb4996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
flag.StringVar(&config, "config", "", "config file")
flag.StringVar(&dbpath, "dbpath", "urls.db", "Database path")
flag.StringVar(&baseurl, "baseurl", "", "Base URL for display purposes")
flag.StringVar(&bind, "bind", "0.0.0.0:8000", "[int]:<port> to bind to")
flag.StringVar(&bind, "bind", "0.0.0.0:80", "[int]:<port> to bind to")
flag.Parse()

if version {
Expand Down

0 comments on commit 2bb4996

Please sign in to comment.