Merge pull request #6960 from my-git9/mygit3

cmd/ctr/commands/content: fix typo in fetch command usage
This commit is contained in:
Fu Wei 2022-05-19 22:05:28 +08:00 committed by GitHub
commit 798ff6202f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ Most of this is experimental and there are few leaps to make this work.`,
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "all-platforms", Name: "all-platforms",
Usage: "pull content from all platforms", Usage: "Pull content from all platforms",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "all-metadata", Name: "all-metadata",