Skip to content

Commit d89d3d6

Browse files
GokceGKFyusel
andauthored
Update internal/cmd/mongodbflex/options/options.go
Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 8bd52b0 commit d89d3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/mongodbflex/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
7171
`List MongoDB Flex storage options for a given flavor. The flavor ID can be retrieved by running "$ stackit mongodbflex options --flavors"`,
7272
"$ stackit mongodbflex options --storages --flavor-id <FLAVOR_ID>"),
7373
),
74-
Deprecated: `Command "stackit mongodbflex options" command is deprecated and will be removed after 2027-03-07. Please use "stackit mongodbflex version list", "stackit mongodbflex flavor list" and "stackit mongodbflex storage list" commands instead.`,
74+
Deprecated: `Command "stackit mongodbflex options" is deprecated and will be removed after 2027-03-07. Please use "stackit mongodbflex version list", "stackit mongodbflex flavor list" and "stackit mongodbflex storage list" commands instead.`,
7575
RunE: func(cmd *cobra.Command, args []string) error {
7676
ctx := context.Background()
7777
model, err := parseInput(params.Printer, cmd, args)

0 commit comments

Comments
 (0)