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

@@ -50,7 +50,7 @@ var runCommand = cli.Command{
Flags: []cli.Flag{
cli.StringFlag{
Name: "runtime",
Usage: "runtime name",
Usage: "Runtime name",
Value: defaults.DefaultRuntime,
},
},
@@ -104,7 +104,7 @@ var listCommand = cli.Command{
Flags: []cli.Flag{
cli.StringSliceFlag{
Name: "filters",
Usage: "the list of filters to apply when querying sandboxes from the store",
Usage: "The list of filters to apply when querying sandboxes from the store",
},
},
Action: func(context *cli.Context) error {
@@ -151,7 +151,7 @@ var removeCommand = cli.Command{
Flags: []cli.Flag{
cli.BoolFlag{
Name: "force, f",
Usage: "ignore shutdown errors when removing sandbox",
Usage: "Ignore shutdown errors when removing sandbox",
},
},
Action: func(context *cli.Context) error {