1
0
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:
Jeffrey Cafferata
2023-03-06 21:23:06 +01:00
committed by GitHub
parent e4450c79e9
commit 3d3f15d1d0
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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