mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-09 07:33:47 +00:00
Documentation says about "-static" flag, not "-staticpath"
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user