Skip to content

Commit

Permalink
Merge pull request openshift#901 from olisakov/suppress-group-channel…
Browse files Browse the repository at this point in the history
…-from-cli

removed --channel-group  from --help options.
  • Loading branch information
openshift-merge-robot authored Oct 24, 2022
2 parents 804990e + ce65bcf commit 510a8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/create/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func init() {
ocm.DefaultChannelGroup,
"Channel group is the name of the group where this image belongs, for example \"stable\" or \"fast\".",
)
flags.MarkHidden("channel-group")

flags.StringVar(
&args.flavour,
Expand Down

0 comments on commit 510a8c7

Please sign in to comment.