Skip to content

Commit 22d6092

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
updated
1 parent f8b596d commit 22d6092

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SoftLayer/CLI/block/subnets/list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
def cli(env, access_id):
2222
"""Example:
2323
24-
slcli block subnets-list 12345678
24+
slcli block subnets-list 12345678
2525
ACCESS_ID is the host_id obtained by: softlayer slcli block access-list <volume_id>
26-
26+
2727
List block storage assigned subnets for the given host id.
2828
2929
access_id is the host_id obtained by: slcli block access-list <volume_id>

SoftLayer/CLI/block/subnets/remove.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def cli(env, access_id, subnet_id):
1717
slcli block subnets-remove 111111 --subnet-id 222222
1818
slcli block subnets-remove 111111 --subnet-id 222222 --subnet-id 333333
1919
ACCESS_ID is the host_id obtained by: slcli block access-list <volume_id>
20-
20+
2121
2222
Remove block storage subnets for the given host id.
2323

0 commit comments

Comments
 (0)