Skip to content

Commit 318348a

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
added missing description text
1 parent 7c03862 commit 318348a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugin/commands/block/subnets_assign.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
3333
SoftLayer_Account::iscsiisolationdisabled must be False to use this command
3434
3535
EXAMPLE:

plugin/commands/block/subnets_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3333
EXAMPLE:
3434
${COMMAND_NAME} sl {{.storageType}} subnets-list 12345678

plugin/commands/block/subnets_remove.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>
3333
SoftLayer_Account::iscsiisolationdisabled must be False to use this command
3434
3535
EXAMPLE:

0 commit comments

Comments
 (0)