From 94d2bcc18f34c47491b6250ca68a37c1663fd42c Mon Sep 17 00:00:00 2001 From: Marek Majkowski Date: Mon, 25 Nov 2013 07:12:19 -0800 Subject: [PATCH] Documentation says about "-static" flag, not "-staticpath" --- redoctober.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redoctober.go b/redoctober.go index fe7c84f..b262535 100644 --- a/redoctober.go +++ b/redoctober.go @@ -152,7 +152,7 @@ func main() { os.Exit(2) } - var staticPath = flag.String("staticpath", "/tmp/index.html", "Path to the the static entry") + var staticPath = flag.String("static", "/tmp/index.html", "Path to the the static entry") var vaultPath = flag.String("vaultpath", "/tmp/tmpvault", "Path to the the disk vault") var addr = flag.String("addr", "localhost:8000", "Server and port separated by :") var certPath = flag.String("cert", "", "Path of TLS certificate in PEM format")