Fix some naming and other modules that I missed

This commit is contained in:
BBaoVanC 2021-12-28 18:41:56 -06:00
parent 181e65bd21
commit 3b57cef637
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A
4 changed files with 7 additions and 4 deletions

View file

@ -256,7 +256,7 @@ func main() {
flag.StringVar(&Config.metaDir, "metapath", "meta/",
"path to metadata directory")
flag.StringVar(&Config.locksDir, "lockspath", "locks/",
"path to metadata directory")
"path to locks directory")
flag.BoolVar(&Config.basicAuth, "basicauth", false,
"allow logging by basic auth password")
flag.BoolVar(&Config.noLogs, "nologs", false,