Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Oct 31, 2017
1 parent 31da853 commit 3831bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ $
The following is documented within the **Advanced** option of the DNS page within the Cloudflare portal.

```
$ python -m cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
$ cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
$ORIGIN .
@ 3600 IN SOA example.com. root.example.com. (
2025552311 ; serial
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ page within the Cloudflare portal.

::

$ python -m cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
$ cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
$ORIGIN .
@ 3600 IN SOA example.com. root.example.com. (
2025552311 ; serial
Expand Down

0 comments on commit 3831bb0

Please sign in to comment.