mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Fix some naming and other modules that I missed
This commit is contained in:
parent
181e65bd21
commit
3b57cef637
4 changed files with 7 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue