Skip to content

Commit

Permalink
Update README to reflect the support of CSV formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix committed Aug 16, 2023
1 parent 157245e commit 4bb0d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ You can then email this inbox from any address, and you'll receive an email back
| `--concurrent` | `-c` | The number of domains to scan concurrently (default 10) |
| `--debug` | `-d` | Print debug logs |
| `--dkimSelector` | | Specify a DKIM selector (default "x") |
| `--format` | `-f` | Format to print results in (yaml, json) (default "yaml") |
| `--format` | `-f` | Format to print results in (yaml, json, csv) (default "yaml") |
| `--nameservers` | `-n` | Use specific nameservers, in host[:port] format; may be specified multiple times |
| `--outputFile` | `-o` | Output the results to a specified file (creates a file with the current unix timestamp if no file is specified) |
| `--timeout` | `-t` | Timeout duration for a DNS query (default 15) |
Expand Down

0 comments on commit 4bb0d96

Please sign in to comment.