From f7ab6714ac154dfe38ab79d26d354207fc068add Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Tue, 9 Mar 2021 11:16:56 +0300 Subject: [PATCH] change comments --- server/cmd/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/cmd/main.go b/server/cmd/main.go index 9194bd8..8060ce1 100644 --- a/server/cmd/main.go +++ b/server/cmd/main.go @@ -21,8 +21,8 @@ type args struct { Path string `arg:"-d" help:"database path"` LogPath string `arg:"-l" help:"log path"` RDB bool `arg:"-r" help:"start in read-only DB mode"` - HttpAuth bool `arg:"-a" help:"Http auth on all requests"` - DontKill bool `arg:"-k" help:"dont kill program on signal"` + HttpAuth bool `arg:"-a" help:"http auth on all requests"` + DontKill bool `arg:"-k" help:"dont kill server on signal"` UI bool `arg:"-u" help:"run page torrserver in browser"` }