Skip to content

Commit

Permalink
OCM-11707 | fix: Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
den-rgb committed Oct 9, 2024
1 parent 33c4277 commit 537a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/network/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
short = "Network aws cloudformation stack"
long = "Network aws cloudformation stack using predefined yaml templates. "
example = ` # Create a aws cloudformation stack
rosa network <template-name> --param Param1=Value1 --param Param2=Value2 `
rosa create network <template-name> --param Param1=Value1 --param Param2=Value2 `
)

type NetworkUserOptions struct {
Expand Down

0 comments on commit 537a019

Please sign in to comment.