mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
rename extensions to services (leftover occurences)
This commit is contained in:
@@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
func SubcommandDescription(serviceName string) string {
|
||||
return fmt.Sprintf("%s extension commands", serviceName)
|
||||
return fmt.Sprintf("%s service commands", serviceName)
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
func VersionCommand(cfg *config.Config) *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "version",
|
||||
Usage: "print the version of this binary and all running extension instances",
|
||||
Usage: "print the version of this binary and all running service instances",
|
||||
Category: "info",
|
||||
Action: func(c *cli.Context) error {
|
||||
fmt.Println("Version: " + version.GetString())
|
||||
|
||||
Reference in New Issue
Block a user