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

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",