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

Commit 513b92c

Browse files
committed
typo
1 parent d0ed19e commit 513b92c

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
@@ -905,7 +905,7 @@ $
905905
The following call checks that the script is associated with the zone. In this case, it's the only script added by this user.
906906

907907
```
908-
$ python3 -m cli4 /user/workers/scripts
908+
$ cli4 /user/workers/scripts
909909
[
910910
{
911911
"created_on": "2018-02-15T00:00:00.000000Z",

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ In this case, it's the only script added by this user.
10041004

10051005
::
10061006

1007-
$ python3 -m cli4 /user/workers/scripts
1007+
$ cli4 /user/workers/scripts
10081008
[
10091009
{
10101010
"created_on": "2018-02-15T00:00:00.000000Z",

0 commit comments

Comments
 (0)