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

@@ -290,7 +290,7 @@ var prepareCommand = cli.Command{
},
cli.BoolFlag{
Name: "mounts",
Usage: "Print out snapshot mounts as JSON",
Usage: "print out snapshot mounts as JSON",
},
},
Action: func(context *cli.Context) error {
@@ -341,7 +341,7 @@ var viewCommand = cli.Command{
},
cli.BoolFlag{
Name: "mounts",
Usage: "Print out snapshot mounts as JSON",
Usage: "print out snapshot mounts as JSON",
},
},
Action: func(context *cli.Context) error {