keep the uppercase letter for flag info
Signed-off-by: yulng <wei.yang@daocloud.io>
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
// Command is a cli command to output the client and containerd server version
|
||||
var Command = cli.Command{
|
||||
Name: "version",
|
||||
Usage: "print the client and server versions",
|
||||
Usage: "Print the client and server versions",
|
||||
Action: func(context *cli.Context) error {
|
||||
fmt.Println("Client:")
|
||||
fmt.Println(" Version: ", version.Version)
|
||||
|
||||
Reference in New Issue
Block a user