We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9b19d commit 8bf218bCopy full SHA for 8bf218b
internal/cmd/beta/volume/create/create.go
@@ -57,7 +57,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
57
`$ stackit beta volume create --availability-zone eu01-1 --size 64`,
58
),
59
examples.NewExample(
60
- `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"`,
61
`$ stackit beta volume create --availability-zone eu01-1 --name volume-1 --source-id xxx --source-type image`,
62
63
0 commit comments