usage: fix typo - twitch-go - twitch.tv web application in Go
(HTM) git clone git://git.codemadness.org/twitch-go
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a8914a76f00467475d21935aea4f247613646a1e
(DIR) parent 7fefdcf41bd3945f0331f93817829abad7d143c9
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 11 Apr 2015 20:11:47 +0200
usage: fix typo
Diffstat:
M main.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/main.go b/main.go
@@ -440,7 +440,7 @@ func main() {
TemplatePageDir: "templates/pages/",
}
var arg_pidfile = flag.String("f", "", "PID file")
- var arg_addr = flag.String("l", "127.0.0.1:8080", "listen addres")
+ var arg_addr = flag.String("l", "127.0.0.1:8080", "listen address")
var arg_password = flag.String("p", "", "admin password")
var arg_addrtype = flag.String("t", "tcp4", `listen type: "tcp", "tcp4", "tcp6", "unix" or "unixpacket"`)
flag.Parse()