We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463589a commit 407037bCopy full SHA for 407037b
SoftLayer/CLI/image/detail.py
@@ -90,7 +90,7 @@ def _get_transaction_groups(children_images):
90
91
92
def _get_virtual_disks(children_images):
93
- """Returns image details as datacenter, size, and transaction within a formatting table.
+ """Returns datacenters as a table.
94
95
:param children_images: A list of images.
96
"""
@@ -121,7 +121,7 @@ def _get_virtual_disks(children_images):
121
122
123
def _get_share_image(image):
124
+ """Returns shares image as a table.
125
126
:param image: Detail information about image.
127
0 commit comments