Cleanup
This commit is contained in:
@@ -15,7 +15,7 @@ func Main() {
|
||||
conf := Config{}
|
||||
flag.StringVar(&conf.RootDir, "root-dir", "", "[REQUIRED] Root directory.")
|
||||
flag.StringVar(&conf.ListenAddr, "listen", "", "[REQUIRED] Listen address.")
|
||||
flag.BoolVar(&conf.Secure, "secure", false, "Use secure cookies.")
|
||||
flag.BoolVar(&conf.Insecure, "insecure", false, "Don't use secure cookies.")
|
||||
|
||||
flag.Parse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user