From 7ab38dd825af0e157e9c56c49372a965f9929e93 Mon Sep 17 00:00:00 2001 From: jesse-matsec <101210230+jesse-matsec@users.noreply.github.com> Date: Sat, 24 Jun 2023 11:12:48 -0400 Subject: [PATCH] dnscontrol get-zones --help typo fix (#2459) --- commands/getZones.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/getZones.go b/commands/getZones.go index 6a09468ee..89d39da91 100644 --- a/commands/getZones.go +++ b/commands/getZones.go @@ -70,7 +70,7 @@ EXAMPLES: dnscontrol get-zones gmain GANDI_V5 example.com other.com dnscontrol get-zones cfmain CLOUDFLAREAPI all dnscontrol get-zones --format=tsv bind BIND example.com - dnscontrol get-zones --format=djs --out=draft.js glcoud GCLOUD example.com`, + dnscontrol get-zones --format=djs --out=draft.js gcloud GCLOUD example.com`, } }())