Skip to content

Commit

Permalink
OCM-6448 | feat: Change help msg for --count on create sg
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed May 22, 2024
1 parent 4d4948e commit 836e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rosa-support/create/sg/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func init() {
"count",
"",
1,
"Additional number of security groups to be created for the vpc",
"Number of security groups to be created for the vpc",
)
flags.StringVarP(
&args.vpcID,
Expand Down

0 comments on commit 836e090

Please sign in to comment.