keep the uppercase letter for flag info

Signed-off-by: yulng <wei.yang@daocloud.io>
This commit is contained in:
yulng
2023-01-19 17:40:45 +08:00
parent 94934e1a47
commit 757b8f702b
43 changed files with 217 additions and 217 deletions

View File

@@ -98,7 +98,7 @@ var listCommand = cli.Command{
Flags: []cli.Flag{
cli.BoolFlag{
Name: "quiet, q",
Usage: "print only the namespace name",
Usage: "Print only the namespace name",
},
},
Action: func(context *cli.Context) error {
@@ -150,7 +150,7 @@ var removeCommand = cli.Command{
Flags: []cli.Flag{
cli.BoolFlag{
Name: "cgroup,c",
Usage: "delete the namespace's cgroup",
Usage: "Delete the namespace's cgroup",
},
},
Action: func(context *cli.Context) error {