From 836e090d9927c0aa91d52935326460225384dc9a Mon Sep 17 00:00:00 2001 From: hkepley Date: Wed, 22 May 2024 14:47:23 -0400 Subject: [PATCH] OCM-6448 | feat: Change help msg for --count on `create sg` --- cmd/rosa-support/create/sg/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rosa-support/create/sg/cmd.go b/cmd/rosa-support/create/sg/cmd.go index 838af33..01d886a 100644 --- a/cmd/rosa-support/create/sg/cmd.go +++ b/cmd/rosa-support/create/sg/cmd.go @@ -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,