From 09c7df109149db948ecafae664967ed1e05f0f12 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Wed, 9 Jan 2019 09:21:37 +0100 Subject: [PATCH] fix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 69ca06e..cddb5ea 100644 --- a/main.go +++ b/main.go @@ -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() {