Skip to content

Commit c4813db

Browse files
Update SoftLayer/CLI/file/list.py
Co-authored-by: Christopher Gallo <chrisagallo@gmail.com>
1 parent b2a396e commit c4813db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/file/list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
def cli(env, sortby, columns, datacenter, username, storage_type, order):
7070
"""List file storage.
7171
72-
Example:
72+
Example::
7373
slcli file volume-list -d dal10 --storage-type endurance --sortby capacity_gb
74-
"""
74+
"""
7575
file_manager = SoftLayer.FileStorageManager(env.client)
7676
file_volumes = file_manager.list_file_volumes(datacenter=datacenter,
7777
username=username,

0 commit comments

Comments
 (0)