improve antivirus documentation
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
jkoberg
co-authored by
Jörn Friedrich Dreyer
parent
d8e31feccf
commit
6c00708dbc
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user