mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 12:38:21 -05:00
improve command description
This commit is contained in:
@@ -17,8 +17,8 @@ import (
|
||||
func VersionCommand(cfg *config.Config) *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "version",
|
||||
Usage: "Lists running services with version",
|
||||
Category: "Runtime",
|
||||
Usage: "print the version of this binary and all running extension instances",
|
||||
Category: "info",
|
||||
Action: func(c *cli.Context) error {
|
||||
fmt.Println("Version: " + version.String)
|
||||
fmt.Printf("Compiled: %s\n", version.Compiled())
|
||||
|
||||
Reference in New Issue
Block a user