Skip to content

Commit

Permalink
Update cmd/blockstorage_attach.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Sauter <[email protected]>
  • Loading branch information
pierre-emmanuelJ and sauterp authored Feb 22, 2024
1 parent 30c0172 commit 3299926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blockstorage_attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (c *blockstorageAttachCmd) cmdAliases() []string { return gCreateAlias }
func (c *blockstorageAttachCmd) cmdShort() string { return "Attach a Block Storage Volume" }

func (c *blockstorageAttachCmd) cmdLong() string {
return fmt.Sprintf(`This command attaches Block Storage Volume.
return fmt.Sprintf(`This command attaches Block Storage Volume to a Compute Instance.
Supported output template annotations: %s`,
strings.Join(output.TemplateAnnotations(&blockstorageShowOutput{}), ", "))
Expand Down

0 comments on commit 3299926

Please sign in to comment.