From a96a3cfa64931257b330ad770941b922342e9265 Mon Sep 17 00:00:00 2001 From: Seb3thehacker <88462253+Seb3thehacker@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:40:24 +0000 Subject: [PATCH] Update server.go --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index f6a45a9..ec66f75 100644 --- a/server.go +++ b/server.go @@ -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,