Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 3831bb0

Browse files
committed
typo
1 parent 31da853 commit 3831bb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ $
714714
The following is documented within the **Advanced** option of the DNS page within the Cloudflare portal.
715715

716716
```
717-
$ python -m cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
717+
$ cli4 /zones/:example.com/dns_records/export | egrep -v '^;;|^$'
718718
$ORIGIN .
719719
@ 3600 IN SOA example.com. root.example.com. (
720720
2025552311 ; serial

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ page within the Cloudflare portal.
789789

790790
::
791791

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

0 commit comments

Comments
 (0)