Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Jun 24, 2018
1 parent de2d5f2 commit d3543ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Expand Up @@ -153,15 +153,15 @@ provides two well known and easy to parse output formats: CSV and JSON. Use it
for data interchange.

```
$ dnstwist.py --output csv example.com > out.csv
$ dnstwist.py --output json example.com > out.json
$ dnstwist.py --format csv example.com > out.csv
$ dnstwist.py --format json example.com > out.json
```

In case you want to chain `dnstwist` with other tools and you need only domain
variants without performing any DNS checks, you can use `--output idle`:
variants without performing any DNS checks, you can use `--format idle`:

```
$ dnstwist.py --output idle example.com | tr '\n' ','
$ dnstwist.py --format idle example.com | tr '\n' ','
```

The tool is shipped with built-in GeoIP database. Use `--geoip` argument to
Expand Down

0 comments on commit d3543ab

Please sign in to comment.