Skip to content

Commit 37a1f7a

Browse files
Update record_list.py
Example spell fix
1 parent dab225a commit 37a1f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/dns/record_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def cli(env, zone, data, record, ttl, record_type):
2222
"""List all records in a zone.
2323
24-
Exmaple::
24+
Example::
2525
slcli dns record-list ibm.com --record elasticsearch --type A --ttl 900
2626
This command lists all A records under the zone: ibm.com, and \
2727
filters by host is elasticsearch and ttl is 900 seconds.

0 commit comments

Comments
 (0)