Skip to content

Commit b1ecc74

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/file/modify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
def cli(env, volume_id, new_size, new_iops, new_tier, force):
3838
"""Modify an existing file storage volume.
3939
40-
Examples:
40+
Example::
4141
slcli file volume-modify 12345678 --new-size 1000 --new-iops 400
4242
"""
4343
if not force:

0 commit comments

Comments
 (0)