File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func NewSubnetsAssignCommand(sl *metadata.SoftlayerStorageCommand) *SubnetsAssig
2929 Short : T ("Assign block storage subnets to the given host id." ),
3030 Long : T (`${COMMAND_NAME} sl {{.storageType}} subnets-assign ACCESS_ID [OPTIONS]
3131
32- access_id is the host_id obtained by: slcli block access-list <volume_id>
32+ access_id is the host_id obtained by: sl block access-list <volume_id>
3333SoftLayer_Account::iscsiisolationdisabled must be False to use this command
3434
3535EXAMPLE:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func NewSubnetsListCommand(sl *metadata.SoftlayerStorageCommand) *SubnetsListCom
2828 Short : T ("List block storage assigned subnets for the given host id." ),
2929 Long : T (`${COMMAND_NAME} sl {{.storageType}} subnets-list ACCESS_ID [OPTIONS]
3030
31- access_id is the host_id obtained by: slcli block access-list <volume_id>
31+ access_id is the host_id obtained by: sl block access-list <volume_id>
3232
3333EXAMPLE:
3434 ${COMMAND_NAME} sl {{.storageType}} subnets-list 12345678
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func NewSubnetsRemoveCommand(sl *metadata.SoftlayerStorageCommand) *SubnetsRemov
2929 Short : T ("Remove block storage subnets to the given host id." ),
3030 Long : T (`${COMMAND_NAME} sl {{.storageType}} subnets-remove ACCESS_ID [OPTIONS]
3131
32- access_id is the host_id obtained by: slcli block access-list <volume_id>
32+ access_id is the host_id obtained by: sl block access-list <volume_id>
3333SoftLayer_Account::iscsiisolationdisabled must be False to use this command
3434
3535EXAMPLE:
You can’t perform that action at this time.
0 commit comments