change comments

This commit is contained in:
YouROK
2021-03-09 11:16:56 +03:00
parent d36d0c28f8
commit f7ab6714ac

View File

@@ -21,8 +21,8 @@ type args struct {
Path string `arg:"-d" help:"database path"` Path string `arg:"-d" help:"database path"`
LogPath string `arg:"-l" help:"log path"` LogPath string `arg:"-l" help:"log path"`
RDB bool `arg:"-r" help:"start in read-only DB mode"` RDB bool `arg:"-r" help:"start in read-only DB mode"`
HttpAuth bool `arg:"-a" help:"Http auth on all requests"` HttpAuth bool `arg:"-a" help:"http auth on all requests"`
DontKill bool `arg:"-k" help:"dont kill program on signal"` DontKill bool `arg:"-k" help:"dont kill server on signal"`
UI bool `arg:"-u" help:"run page torrserver in browser"` UI bool `arg:"-u" help:"run page torrserver in browser"`
} }