Skip to content

Commit 8bf218b

Browse files
GokceGKjoaopalet
andauthored
Update internal/cmd/beta/volume/create/create.go
Co-authored-by: João Palet <joao.palet@outlook.com>
1 parent 3c9b19d commit 8bf218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/volume/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
5757
`$ stackit beta volume create --availability-zone eu01-1 --size 64`,
5858
),
5959
examples.NewExample(
60-
`Create a volume with name "volume-1", source id "xxx" and type "image"`,
60+
`Create a volume with name "volume-1", from a source image with ID "xxx"`,
6161
`$ stackit beta volume create --availability-zone eu01-1 --name volume-1 --source-id xxx --source-type image`,
6262
),
6363
examples.NewExample(

0 commit comments

Comments
 (0)