diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index 5598201e1..2241ca104 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -1479,7 +1479,7 @@ declare function DOMAIN_ELSEWHERE_AUTO(name: string, domain: string, registrar: * ); * ``` * - * This will end up in the following modifications: (This output assumes the `--verbose` flag) + * This will end up in the following modifications: (This output assumes the `--full` flag) * * ```text * ******************** Domain: domain.tld @@ -1692,7 +1692,7 @@ declare function REV(address: string): string; * } * ``` * - * This will end up in following modifications: (All output assumes the `--verbose` flag) + * This will end up in following modifications: (All output assumes the `--full` flag) * * ```text * ******************** Domain: domain1.tld diff --git a/documentation/functions/global/D_EXTEND.md b/documentation/functions/global/D_EXTEND.md index 37cbd7a8e..aeb4279c2 100644 --- a/documentation/functions/global/D_EXTEND.md +++ b/documentation/functions/global/D_EXTEND.md @@ -57,7 +57,7 @@ D_EXTEND("sub.domain.tld", ); ``` -This will end up in the following modifications: (This output assumes the `--verbose` flag) +This will end up in the following modifications: (This output assumes the `--full` flag) ```text ******************** Domain: domain.tld diff --git a/documentation/functions/global/getConfiguredDomains.md b/documentation/functions/global/getConfiguredDomains.md index 2598b31b8..1c395e360 100644 --- a/documentation/functions/global/getConfiguredDomains.md +++ b/documentation/functions/global/getConfiguredDomains.md @@ -19,7 +19,7 @@ for(i = 0; i < domains.length; i++) { } ``` -This will end up in following modifications: (All output assumes the `--verbose` flag) +This will end up in following modifications: (All output assumes the `--full` flag) ```text diff --git a/documentation/getting-started.md b/documentation/getting-started.md index 5de185ae9..86a64756d 100644 --- a/documentation/getting-started.md +++ b/documentation/getting-started.md @@ -205,7 +205,7 @@ what changes need to be made and never makes any actual changes. It will use APIs if needed to find out what DNS entries currently exist. -(All output assumes the `--verbose` flag) +(All output assumes the `--full` flag) It should look something like this: diff --git a/documentation/providers/route53.md b/documentation/providers/route53.md index ce33245f7..0d93e7b6f 100644 --- a/documentation/providers/route53.md +++ b/documentation/providers/route53.md @@ -139,7 +139,7 @@ This code may not function properly if a domain has R53 as a Registrar but not as a DnsProvider. The situation is described in [PR#155](https://github.com/StackExchange/dnscontrol/pull/155). -In this situation you will see a message like: (This output assumes the `--verbose` flag) +In this situation you will see a message like: (This output assumes the `--full` flag) ```text