mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
rename extensions to services (leftover occurences)
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
func Server(cfg *config.Config) *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "server",
|
||||
Usage: fmt.Sprintf("start %s extension without runtime (unsupervised mode)", cfg.Service.Name),
|
||||
Usage: fmt.Sprintf("start %s service without runtime (unsupervised mode)", cfg.Service.Name),
|
||||
Category: "server",
|
||||
Before: func(c *cli.Context) error {
|
||||
err := parser.ParseConfig(cfg)
|
||||
|
||||
Reference in New Issue
Block a user