diff --git a/cmd/scw/testdata/test-all-usage-instance-snapshot-usage.golden b/cmd/scw/testdata/test-all-usage-instance-snapshot-usage.golden index ea5dd9605e..ea1daee89b 100644 --- a/cmd/scw/testdata/test-all-usage-instance-snapshot-usage.golden +++ b/cmd/scw/testdata/test-all-usage-instance-snapshot-usage.golden @@ -9,7 +9,7 @@ have one Instance with a volume containing the OS and another one containing the application data, and you want to use different snapshot strategies on both volumes. -A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`). +A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`). Volumes can be created from snapshots of their own type. USAGE: diff --git a/docs/commands/instance.md b/docs/commands/instance.md index 95cc73317e..1b1502ece8 100644 --- a/docs/commands/instance.md +++ b/docs/commands/instance.md @@ -2409,7 +2409,7 @@ have one Instance with a volume containing the OS and another one containing the application data, and you want to use different snapshot strategies on both volumes. -A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`). +A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`). Volumes can be created from snapshots of their own type. diff --git a/internal/namespaces/instance/v1/instance_cli.go b/internal/namespaces/instance/v1/instance_cli.go index e632eb6bf3..7c72d6ed53 100644 --- a/internal/namespaces/instance/v1/instance_cli.go +++ b/internal/namespaces/instance/v1/instance_cli.go @@ -204,7 +204,7 @@ have one Instance with a volume containing the OS and another one containing the application data, and you want to use different snapshot strategies on both volumes. -A snapshot's volume type is its original volume's type (` + "`" + `l_ssd` + "`" + ` or ` + "`" + `b_ssd` + "`" + `). +A snapshot's volume type is its original volume's type (` + "`" + `l_ssd` + "`" + ` or ` + "`" + `b_ssd` + "`" + `). Volumes can be created from snapshots of their own type.`, Namespace: "instance", Resource: "snapshot",