improve antivirus documentation

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
kobergj
2023-03-22 13:50:42 +01:00
committed by jkoberg
co-authored by Jörn Friedrich Dreyer
parent d8e31feccf
commit 6c00708dbc
5 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
func Server(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "server",
Usage: fmt.Sprintf("start the %s service without runtime (unsupervised mode)", "authz"),
Usage: fmt.Sprintf("start the %s service without runtime (unsupervised mode)", cfg.Service.Name),
Category: "server",
Before: func(c *cli.Context) error {
return configlog.ReturnFatal(parser.ParseConfig(cfg))