diff --git a/cmd/ctr/commands/images/pull.go b/cmd/ctr/commands/images/pull.go index c46dcd402..c93bdaac2 100644 --- a/cmd/ctr/commands/images/pull.go +++ b/cmd/ctr/commands/images/pull.go @@ -52,7 +52,7 @@ command. As part of this process, we do the following: }, cli.BoolFlag{ Name: "all-platforms", - Usage: "pull content and metadata from all platforms", + Usage: "Pull content and metadata from all platforms", }, cli.BoolFlag{ Name: "all-metadata",