From 058532edc0f026c749c6d66d09255d184b1e4735 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Tue, 22 Oct 2024 23:10:32 +0200 Subject: [PATCH] Clarify container registry public flag(#479) Co-authored-by: Zim Kalinowski --- cmd/containerregistry/containerregistry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/containerregistry/containerregistry.go b/cmd/containerregistry/containerregistry.go index 0a29ff86..a9c8e30e 100644 --- a/cmd/containerregistry/containerregistry.go +++ b/cmd/containerregistry/containerregistry.go @@ -258,7 +258,7 @@ func NewCmdContainerRegistry(base *cli.Base) *cobra.Command { //nolint:funlen,go "public", "p", false, - "If the registry is publicly available. Should be true | false (default is false)", + "make the registry publicly available | true or false", ) if err := create.MarkFlagRequired("public"); err != nil { fmt.Printf("error marking container registry create 'public' flag required: %v", err)