Skip to content

Commit

Permalink
Update SoftLayer/CLI/file/list.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Gallo <[email protected]>
  • Loading branch information
JayasilanJibm and allmightyspiff authored Jul 25, 2023
1 parent b2a396e commit c4813db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoftLayer/CLI/file/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
def cli(env, sortby, columns, datacenter, username, storage_type, order):
"""List file storage.
Example:
Example::
slcli file volume-list -d dal10 --storage-type endurance --sortby capacity_gb
"""
"""
file_manager = SoftLayer.FileStorageManager(env.client)
file_volumes = file_manager.list_file_volumes(datacenter=datacenter,
username=username,
Expand Down

0 comments on commit c4813db

Please sign in to comment.