Skip to content

Commit

Permalink
fix incorrect argument name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed May 17, 2023
1 parent ef82e62 commit c5deb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Update() *cobra.Command {
var local *user.Config

return &cobra.Command{
Use: "add",
Use: "update",
Short: "Allow a new IP on the firewall.",
RunE: func(cmd *cobra.Command, args []string) error {
// get local configuration
Expand Down

0 comments on commit c5deb9b

Please sign in to comment.