Skip to content

Commit

Permalink
Update internal/cmd/beta/volume/create/create.go
Browse files Browse the repository at this point in the history
Co-authored-by: João Palet <joao.palet@outlook.com>
  • Loading branch information
GokceGK and joaopalet authored Nov 14, 2024
1 parent 3c9b19d commit 8bf218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/beta/volume/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
`$ stackit beta volume create --availability-zone eu01-1 --size 64`,
),
examples.NewExample(
`Create a volume with name "volume-1", source id "xxx" and type "image"`,
`Create a volume with name "volume-1", from a source image with ID "xxx"`,
`$ stackit beta volume create --availability-zone eu01-1 --name volume-1 --source-id xxx --source-type image`,
),
examples.NewExample(
Expand Down

0 comments on commit 8bf218b

Please sign in to comment.