Skip to content

Commit

Permalink
Add correct usage for firewall rules (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Feb 27, 2024
1 parent 30dfcfd commit 9714667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/firewall/firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func NewCmdFirewall(base *cli.Base) *cobra.Command { //nolint:gocyclo

// Rule List
ruleList := &cobra.Command{
Use: "list <firewall group ID>",
Use: "list <Firewall Group ID>",
Short: "List all firewall rules",
Aliases: []string{"l"},
Long: ruleListLong,
Expand Down Expand Up @@ -304,7 +304,7 @@ func NewCmdFirewall(base *cli.Base) *cobra.Command { //nolint:gocyclo

// Rule Create
ruleCreate := &cobra.Command{
Use: "create",
Use: "create <Firewall Group ID>",
Short: "Create a firewall rule",
Aliases: []string{"c"},
Long: ruleCreateLong,
Expand Down

0 comments on commit 9714667

Please sign in to comment.