Skip to content

Commit

Permalink
OCM-4134 | fix: better help message
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco authored and ciaranRoche committed Oct 12, 2023
1 parent 2700910 commit 68a1e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/create/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,8 @@ The password must
&args.additionalComputeSecurityGroupIds,
additionalComputeSecurityGroupIdsFlag,
nil,
"The additional security groups for default worker machine pool.",
"The additional Security Group IDs to be added to the default worker machine pool. "+
"Format should be a comma-separated list.",
)

aws.AddModeFlag(Cmd)
Expand Down
3 changes: 2 additions & 1 deletion cmd/create/machinepool/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ func init() {
flags.StringSliceVar(&args.securityGroupIds,
securityGroupIdsFlag,
nil,
"Security Group IDs to be added to the machine pool",
"The additional Security Group IDs to be added to the machine pool. "+
"Format should be a comma-separated list.",
)

interactive.AddFlag(flags)
Expand Down

0 comments on commit 68a1e6e

Please sign in to comment.