Skip to content

Commit ac8fba6

Browse files
GokceGKFyusel
andauthored
Update internal/cmd/beta/security-group-rule/create/create.go
Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 2e64f20 commit ac8fba6

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/security-group-rule/create

1 file changed

+1
-1
lines changed

internal/cmd/beta/security-group-rule/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
124124

125125
func configureFlags(cmd *cobra.Command) {
126126
cmd.Flags().String(securityGroupIdFlag, "", "The security group ID")
127-
cmd.Flags().String(directionFlag, "", "The direction of the traffic which the rule should match. Some of the possible values are: `ingress`, `egress`")
127+
cmd.Flags().String(directionFlag, "", "The direction of the traffic which the rule should match. The possible values are: `ingress`, `egress`")
128128
cmd.Flags().String(descriptionFlag, "", "The rule description")
129129
cmd.Flags().String(etherTypeFlag, "", "The ethertype which the rule should match")
130130
cmd.Flags().Int64(icmpParameterCodeFlag, 0, "ICMP code. Can be set if the protocol is ICMP")

0 commit comments

Comments
 (0)