improve unsupervised description

This commit is contained in:
Willy Kloucek
2022-08-18 10:59:35 +02:00
parent 6154466bbc
commit 60689c9c1a
31 changed files with 36 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ import (
func Server(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "server",
Usage: fmt.Sprintf("start %s service without runtime (unsupervised mode)", cfg.Service.Name),
Usage: fmt.Sprintf("start the %s service without runtime (unsupervised mode)", cfg.Service.Name),
Category: "server",
Before: func(c *cli.Context) error {
err := parser.ParseConfig(cfg)