Skip to content

Commit

Permalink
remove nonexisting flag from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fleaz committed Dec 14, 2021
1 parent 91b2fc7 commit 75fee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
}

if *zoneID == "" || *domain == "" {
fmt.Println("-iface, -zone-id and -domain are all required")
fmt.Println("-zone-id and -domain are both required")
os.Exit(1)
}

Expand Down

0 comments on commit 75fee76

Please sign in to comment.