mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
rename extensions to services (leftover occurences)
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
func Version(cfg *config.Config) *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "version",
|
||||
Usage: "Print the version of this binary and the running extension instances",
|
||||
Usage: "Print the version of this binary and the running service instances",
|
||||
Category: "Version",
|
||||
Action: func(c *cli.Context) error {
|
||||
fmt.Println("Version: " + version.GetString())
|
||||
|
||||
Reference in New Issue
Block a user