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

@@ -78,7 +78,7 @@ containerd CLI
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "debug",
Usage: "enable debug output in logs",
Usage: "Enable debug output in logs",
},
cli.StringFlag{
Name: "address, a",
@@ -88,11 +88,11 @@ containerd CLI
},
cli.DurationFlag{
Name: "timeout",
Usage: "total timeout for ctr commands",
Usage: "Total timeout for ctr commands",
},
cli.DurationFlag{
Name: "connect-timeout",
Usage: "timeout for connecting to containerd",
Usage: "Timeout for connecting to containerd",
},
cli.StringFlag{
Name: "namespace, n",