Skip to content

Commit 1561813

Browse files
authored
feat(rdb): remove dev1-s mention in the short (#1190)
1 parent 01ae518 commit 1561813

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/scw/testdata/test-all-usage-rdb-instance-clone-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
instance-id UUID of the instance you want to clone
1010
[name] Name of the clone instance
11-
[node-type] Node type of the clone (DEV1-S, ...)
11+
[node-type] Node type of the clone
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams)
1313

1414
FLAGS:

cmd/scw/testdata/test-all-usage-rdb-instance-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARGS:
1010
engine Database engine of the database (PostgreSQL, MySQL, ...)
1111
user-name Name of the user created when the instance is created
1212
password Password of the user
13-
node-type=DB-DEV-S Type of node to use for the instance (DEV1-S, ...) (DB-DEV-S | DB-DEV-M | DB-DEV-L | DB-DEV-XL | DB-GP-XS | DB-GP-S | DB-GP-M | DB-GP-L | DB-GP-XL)
13+
node-type=DB-DEV-S Type of node to use for the instance (DB-DEV-S | DB-DEV-M | DB-DEV-L | DB-DEV-XL | DB-GP-XS | DB-GP-S | DB-GP-M | DB-GP-L | DB-GP-XL)
1414
[is-ha-cluster] Whether or not High-Availability is enabled
1515
[disable-backup] Whether or not backups are disabled
1616
[tags.{index}] Tags to apply to the instance

internal/namespaces/rdb/v1/rdb_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ func rdbInstanceClone() *core.Command {
466466
},
467467
{
468468
Name: "node-type",
469-
Short: `Node type of the clone (DEV1-S, ...)`,
469+
Short: `Node type of the clone`,
470470
Required: false,
471471
Positional: false,
472472
},
@@ -660,7 +660,7 @@ func rdbInstanceCreate() *core.Command {
660660
},
661661
{
662662
Name: "node-type",
663-
Short: `Type of node to use for the instance (DEV1-S, ...)`,
663+
Short: `Type of node to use for the instance`,
664664
Required: true,
665665
Positional: false,
666666
},

0 commit comments

Comments
 (0)