File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ func NewVolumeLunCommand(sl *metadata.SoftlayerStorageCommand) *VolumeLunCommand
2525 cobraCmd := & cobra.Command {
2626 Use : "volume-set-lun-id " + T ("IDENTIFIER" ) + " " + T ("LUN_ID" ),
2727 Short : T ("Set the LUN ID on an existing block storage volume" ),
28- Long : T (`${COMMAND_NAME} sl {{.storageType}} volume-set-lun-id VOLUME_ID LUN_ID
28+ Long : T ("Set the LUN ID on an existing block storage volume" ) + " " + T ( `${COMMAND_NAME} sl {{.storageType}} volume-set-lun-id VOLUME_ID LUN_ID
2929
3030 The LUN ID only takes effect during the Host Authorization process. It is
3131 recommended (but not necessary) to de-authorize all hosts before using
32- this method.
32+ this method. See "block access-revoke".
3333 VOLUME_ID - the volume ID on which to set the LUN ID
3434 LUN_ID - recommended range is an integer between 0 and 255. Advanced users
3535 can use an integer between 0 and 4095` , sl .StorageI18n ),
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414type VolumeRefreshCommand struct {
1515 * metadata.SoftlayerStorageCommand
1616 Command * cobra.Command
17- StorageManager managers.StorageManager
18- Force bool
17+ StorageManager managers.StorageManager
18+ Force bool
1919}
2020
2121func NewVolumeRefreshCommand (sl * metadata.SoftlayerStorageCommand ) * VolumeRefreshCommand {
@@ -26,7 +26,7 @@ func NewVolumeRefreshCommand(sl *metadata.SoftlayerStorageCommand) *VolumeRefres
2626 cobraCmd := & cobra.Command {
2727 Use : "volume-refresh " + T ("IDENTIFIER" ) + " " + T ("SNAPSHOT_ID" ),
2828 Short : T ("Refresh a duplicate volume with a snapshot from its parent." ),
29- Long : T (`${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID
29+ Long : T ("Refresh a duplicate volume with a snapshot from its parent." ) + " " + T ( `${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID
3030
3131EXAMPLE:
3232 ${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func NewVolumeSetNoteCommand(sl *metadata.SoftlayerStorageCommand) *VolumeSetNot
2727 cobraCmd := & cobra.Command {
2828 Use : "volume-set-note " + T ("IDENTIFIER" ),
2929 Short : T ("Set note for an existing {{.storageType}} storage volume." , sl .StorageI18n ),
30- Long : T (`${COMMAND_NAME} sl {{.storageType}} volume-set-note [OPTIONS] VOLUME_ID
30+ Long : T ("Set note for an existing {{.storageType}} storage volume." , sl . StorageI18n ) + " " + T ( `${COMMAND_NAME} sl {{.storageType}} volume-set-note [OPTIONS] VOLUME_ID
3131
3232EXAMPLE:
3333 ${COMMAND_NAME} sl {{.storageType}} volume-set-note 12345678 --note 'this is my note'` , sl .StorageI18n ),
You can’t perform that action at this time.
0 commit comments