Skip to content

Commit 4308720

Browse files
committed
review changes 4
1 parent 046983f commit 4308720

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/stackit_beta.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ stackit beta [flags]
4646
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
4747
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
4848
* [stackit beta kms](./stackit_beta_kms.md) - Provides functionality for KMS
49-
* [stackit beta routing-table](./stackit_beta_routing-table.md) - Manage routing-tables and its according routes
5049
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (stackit file storage)
5150
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
5251

docs/stackit_routing-table_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Updates a routing-table
77
Updates a routing-table.
88

99
```
10-
stackit routing-table update ROUTE_TABLE_ID [flags]
10+
stackit routing-table update ROUTING_TABLE_ID [flags]
1111
```
1212

1313
### Examples

internal/cmd/routingtable/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
networkAreaIdFlag = "network-area-id"
2424
nonDynamicRoutesFlag = "non-dynamic-routes"
2525
organizationIdFlag = "organization-id"
26-
routingTableIdArg = "ROUTE_TABLE_ID"
26+
routingTableIdArg = "ROUTING_TABLE_ID"
2727
)
2828

2929
type inputModel struct {

0 commit comments

Comments
 (0)