fixed no auth argument

This commit is contained in:
Tordarus 2022-01-14 16:46:59 +01:00
parent f9d1b22a7e
commit 9f649da53a

View File

@ -23,7 +23,7 @@ var (
directory = flag.String("d", ".", "directory")
intf = flag.String("i", "", "interface")
port = flag.Uint("p", 80, "port")
noauth = flag.Bool("-no-auth", false, "dont use basic auth")
noauth = flag.Bool("a", false, "dont use basic auth")
)
var (