Skip to content

Commit

Permalink
Merge pull request #1648 from marcolan018/ocm-5111
Browse files Browse the repository at this point in the history
OCM-5108 | fix: revise help message for create-cluster-admin
  • Loading branch information
openshift-merge-bot[bot] committed Dec 5, 2023
2 parents ba806f8 + 750432a commit 900564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ func init() {
&args.createAdminUser,
"create-admin-user",
false,
`Create cluster admin`,
`Create cluster admin named "cluster-admin"`,
)

flags.StringVar(
Expand Down

0 comments on commit 900564b

Please sign in to comment.