Skip to content

Commit 058532e

Browse files
zikalinoZim Kalinowski
and
Zim Kalinowski
authored
Clarify container registry public flag(#479)
Co-authored-by: Zim Kalinowski <[email protected]>
1 parent 82991db commit 058532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/containerregistry/containerregistry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func NewCmdContainerRegistry(base *cli.Base) *cobra.Command { //nolint:funlen,go
258258
"public",
259259
"p",
260260
false,
261-
"If the registry is publicly available. Should be true | false (default is false)",
261+
"make the registry publicly available | true or false",
262262
)
263263
if err := create.MarkFlagRequired("public"); err != nil {
264264
fmt.Printf("error marking container registry create 'public' flag required: %v", err)

0 commit comments

Comments
 (0)