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

@@ -43,11 +43,11 @@ When '--all-platforms' is given all images in a manifest list must be available.
Flags: []cli.Flag{
cli.BoolFlag{
Name: "skip-manifest-json",
Usage: "do not add Docker compatible manifest.json to archive",
Usage: "Do not add Docker compatible manifest.json to archive",
},
cli.BoolFlag{
Name: "skip-non-distributable",
Usage: "do not add non-distributable blobs such as Windows layers to archive",
Usage: "Do not add non-distributable blobs such as Windows layers to archive",
},
cli.StringSliceFlag{
Name: "platform",
@@ -56,7 +56,7 @@ When '--all-platforms' is given all images in a manifest list must be available.
},
cli.BoolFlag{
Name: "all-platforms",
Usage: "exports content from all platforms",
Usage: "Exports content from all platforms",
},
},
Action: func(context *cli.Context) error {