Skip to content

Commit

Permalink
Make bool descrition format consistent with other places
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski committed Oct 17, 2024
1 parent 8b30bd0 commit b2dd344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/containerregistry/containerregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b2dd344

Please sign in to comment.