keep the lower case letter for flag info

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang
2022-11-15 14:01:43 +08:00
parent 79a0b1ae7b
commit 3abcfb5c07
5 changed files with 9 additions and 9 deletions

View File

@@ -67,10 +67,10 @@ var pushCommand = cli.Command{
Value: &cli.StringSlice{},
}, cli.IntFlag{
Name: "max-concurrent-uploaded-layers",
Usage: "Set the max concurrent uploaded layers for each push",
Usage: "set the max concurrent uploaded layers for each push",
}, cli.BoolFlag{
Name: "allow-non-distributable-blobs",
Usage: "Allow pushing blobs that are marked as non-distributable",
Usage: "allow pushing blobs that are marked as non-distributable",
}),
Action: func(context *cli.Context) error {
var (