Skip to content

Commit

Permalink
Update cloudflare_zone.go (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4c6565 committed Apr 27, 2023
1 parent cba53e7 commit e260cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cloudflare/cloudflare_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ func cloudflareZoneCreate(service cloudflare.CloudflareService, cmd *cobra.Comma
func cloudflareZoneUpdateCmd(f factory.ClientFactory) *cobra.Command {
cmd := &cobra.Command{
Use: "update <zone: id>...",
Short: "Removes a zone",
Long: "This command removes one or more zones",
Short: "Updates a zone",
Long: "This command updates one or more zones",
Example: "ans cloudflare zone update 83d70af6-80ba-4463-abda-2880613efbc1",
Args: func(cmd *cobra.Command, args []string) error {
if len(args) < 1 {
Expand Down

0 comments on commit e260cfb

Please sign in to comment.