From b2a7183a83f09603cc45f818368a3c51416ea5cd Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 29 Aug 2022 23:46:45 +0800 Subject: [PATCH] matching the casing of other flags for ctr's pull command. Signed-off-by: xin.li --- cmd/ctr/commands/images/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",