From c5deb9b9f30de14005c475bfb061c5b5428ed0bb Mon Sep 17 00:00:00 2001 From: Josh Harshman Date: Wed, 17 May 2023 14:52:42 -0600 Subject: [PATCH] fix incorrect argument name. --- cmd/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/update.go b/cmd/update.go index 17d142e..2be4038 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -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