Skip to content

Commit b2dd344

Browse files
author
Zim Kalinowski
committed
Make bool descrition format consistent with other places
1 parent 8b30bd0 commit b2dd344

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)