mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add --verbose flag, default to less verbose output (#1721)
This commit is contained in:
@@ -57,7 +57,7 @@ D_EXTEND("sub.domain.tld",
|
||||
);
|
||||
```
|
||||
|
||||
This will end up in the following modifications:
|
||||
This will end up in the following modifications: (This output assumes the `--verbose` flag)
|
||||
|
||||
```text
|
||||
******************** Domain: domain.tld
|
||||
|
@@ -21,7 +21,8 @@ for(i = 0; i < domains.length; i++) {
|
||||
}
|
||||
```
|
||||
|
||||
This will end up in following modifications:
|
||||
This will end up in following modifications: (All output assumes the `--verbose` flag)
|
||||
|
||||
|
||||
```text
|
||||
******************** Domain: domain1.tld
|
||||
|
Reference in New Issue
Block a user