mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Correct flag name (#2118)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
committed by
GitHub
parent
e4450c79e9
commit
3d3f15d1d0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user