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

@@ -38,11 +38,11 @@ var Command = cli.Command{
var defaultSpecCommand = cli.Command{
Name: "spec",
Usage: "see the output of the default OCI spec",
Usage: "See the output of the default OCI spec",
Flags: []cli.Flag{
cli.StringFlag{
Name: "platform",
Usage: "platform of the spec to print (Examples: 'linux/arm64', 'windows/amd64')",
Usage: "Platform of the spec to print (Examples: 'linux/arm64', 'windows/amd64')",
},
},
Action: func(context *cli.Context) error {