Skip to content

Commit

Permalink
Merge pull request #16 from hunterkepley/ocm-6448-bugfixes
Browse files Browse the repository at this point in the history
OCM-7448 | chore: Remove useless info from create subnet example
  • Loading branch information
gdbranco authored Jun 6, 2024
2 parents 7ecc3f4 + b75b65f commit 902f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rosa-support/create/subnets/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var Cmd = &cobra.Command{
Use: "subnets",
Short: "Create subnets",
Long: "Create subnets.",
Example: ` # Create a pair of subnets with prefix 'mysubnet-' in region 'us-east-2'
Example: ` # Create a pair of subnets in region 'us-east-2'
rosa-support create subnets --region us-east-2 --vpc-id <vpc id> --availability-zones <AZs>`,

Run: run,
Expand Down

0 comments on commit 902f997

Please sign in to comment.