This commit is contained in:
Andreas Neue 2019-01-09 09:21:37 +01:00
parent 7e5d37fa08
commit 09c7df1091
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
var (
imgServer = flag.String("s", "https://images.example.com/", "URL prefix")
listenAddr = flag.Int("l", "0.0.0.0:8080", "Listen address")
listenAddr = flag.String("l", "0.0.0.0:8080", "Listen address")
)
func init() {