Skip to content

Commit

Permalink
OCM-7448 | chore: Remove useless info from create subnet example
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed Jun 6, 2024
1 parent 7ecc3f4 commit b75b65f
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 b75b65f

Please sign in to comment.