From c4813dbd1380897f99d0d1d49510aa659340b097 Mon Sep 17 00:00:00 2001 From: JayasilanJibm <134699156+JayasilanJibm@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:51:12 +0530 Subject: [PATCH] Update SoftLayer/CLI/file/list.py Co-authored-by: Christopher Gallo --- SoftLayer/CLI/file/list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoftLayer/CLI/file/list.py b/SoftLayer/CLI/file/list.py index 85186292d..540477b4b 100644 --- a/SoftLayer/CLI/file/list.py +++ b/SoftLayer/CLI/file/list.py @@ -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,