From 8ec1fc70d9f3f30fd49bbd0b8356d4619636d848 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Thu, 19 May 2022 17:31:06 +0800 Subject: [PATCH] adjust format Signed-off-by: xin.li --- cmd/ctr/commands/content/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctr/commands/content/fetch.go b/cmd/ctr/commands/content/fetch.go index c7ec6099f..4b41d4351 100644 --- a/cmd/ctr/commands/content/fetch.go +++ b/cmd/ctr/commands/content/fetch.go @@ -65,7 +65,7 @@ Most of this is experimental and there are few leaps to make this work.`, }, cli.BoolFlag{ Name: "all-platforms", - Usage: "pull content from all platforms", + Usage: "Pull content from all platforms", }, cli.BoolFlag{ Name: "all-metadata",