diff --git a/SoftLayer/CLI/block/subnets/list.py b/SoftLayer/CLI/block/subnets/list.py index f98d95413..08c512a83 100644 --- a/SoftLayer/CLI/block/subnets/list.py +++ b/SoftLayer/CLI/block/subnets/list.py @@ -21,9 +21,9 @@ def cli(env, access_id): """Example: - slcli block subnets-list 12345678 + slcli block subnets-list 12345678 ACCESS_ID is the host_id obtained by: softlayer slcli block access-list - + List block storage assigned subnets for the given host id. access_id is the host_id obtained by: slcli block access-list diff --git a/SoftLayer/CLI/block/subnets/remove.py b/SoftLayer/CLI/block/subnets/remove.py index c2e6b0bd2..a3faec099 100644 --- a/SoftLayer/CLI/block/subnets/remove.py +++ b/SoftLayer/CLI/block/subnets/remove.py @@ -17,7 +17,7 @@ def cli(env, access_id, subnet_id): slcli block subnets-remove 111111 --subnet-id 222222 slcli block subnets-remove 111111 --subnet-id 222222 --subnet-id 333333 ACCESS_ID is the host_id obtained by: slcli block access-list - + Remove block storage subnets for the given host id.