Skip to content

Commit 4f26a6d

Browse files
committed
Fix
1 parent ce197d3 commit 4f26a6d

8 files changed

+9
-9
lines changed

cmd/scw/testdata/test-all-usage-function-function-get-download-url-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw function function get-download-url <function-id ...> [arg=value ...]
77

88
ARGS:
9-
function-id UUID of the function to get the download URL for
9+
function-id UUID of the function to get the the download URL for
1010
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1111

1212
FLAGS:

cmd/scw/testdata/test-all-usage-iam-group-add-member-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Add a user or an application to a group. You can specify a `user_id` and `application_id` in the body of your request. Note that you can only add one of each per request.
3+
Add a user or an application to a group. You can specify a `user_id` and and `application_id` in the body of your request. Note that you can only add one of each per request.
44

55
USAGE:
66
scw iam group add-member <group-id ...> [arg=value ...]

cmd/scw/testdata/test-all-usage-iam-group-remove-member-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Remove a user or an application from a group. You can specify a `user_id` and `application_id` in the body of your request. Note that you can only remove one of each per request. Removing a user from a group means that any permissions given to them via the group (i.e. from an attached policy) will no longer apply. Be sure you want to remove these permissions from the user before proceeding.
3+
Remove a user or an application from a group. You can specify a `user_id` and and `application_id` in the body of your request. Note that you can only remove one of each per request. Removing a user from a group means that any permissions given to them via the group (i.e. from an attached policy) will no longer apply. Be sure you want to remove these permissions from the user before proceeding.
44

55
USAGE:
66
scw iam group remove-member <group-id ...> [arg=value ...]

cmd/scw/testdata/test-all-usage-vpc-gw-gateway-network-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS:
1111
[enable-masquerade] Defines whether to enable masquerade (dynamic NAT) on the GatewayNetwork.
1212
[enable-dhcp] Defines whether to enable DHCP on this Private Network.
1313
[dhcp-id] ID of an existing DHCP configuration object to use for this GatewayNetwork
14-
[address] Static IP address in CIDR format to use without DHCP
14+
[address] Static IP address in CIDR format to to use without DHCP
1515
[ipam-config.push-default-route] Enabling the default route also enables masquerading
1616
[ipam-config.ipam-ip-id] Use this IPAM-booked IP ID as the Gateway's IP in this Private Network
1717
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)

cmd/scw/testdata/test-all-usage-vpc-vpc-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
ARGS:
99
[order-by] Sort order of the returned VPCs (created_at_asc | created_at_desc | name_asc | name_desc)
1010
[name] Name to filter for. Only VPCs with names containing this string will be returned
11-
[tags.{index}] Tags to filter for. Only VPCs with one or more matching tags will be returned
11+
[tags.{index}] Tags to filter for. Only VPCs with one more more matching tags will be returned
1212
[project-id] Project ID to filter for. Only VPCs belonging to this Project will be returned
1313
[is-default] Defines whether to filter only for VPCs which are the default one for their Project
1414
[routing-enabled] Defines whether to filter only for VPCs which route traffic between their Private Networks

docs/commands/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ scw function function get-download-url <function-id ...> [arg=value ...]
383383

384384
| Name | | Description |
385385
|------|---|-------------|
386-
| function-id | Required | UUID of the function to get the download URL for |
386+
| function-id | Required | UUID of the function to get the the download URL for |
387387
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
388388

389389

docs/commands/iam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Groups management commands.
306306

307307
### Add a user or an application to a group
308308

309-
Add a user or an application to a group. You can specify a `user_id` and `application_id` in the body of your request. Note that you can only add one of each per request.
309+
Add a user or an application to a group. You can specify a `user_id` and and `application_id` in the body of your request. Note that you can only add one of each per request.
310310

311311
**Usage:**
312312

@@ -453,7 +453,7 @@ scw iam group list [arg=value ...]
453453

454454
### Remove a user or an application from a group
455455

456-
Remove a user or an application from a group. You can specify a `user_id` and `application_id` in the body of your request. Note that you can only remove one of each per request. Removing a user from a group means that any permissions given to them via the group (i.e. from an attached policy) will no longer apply. Be sure you want to remove these permissions from the user before proceeding.
456+
Remove a user or an application from a group. You can specify a `user_id` and and `application_id` in the body of your request. Note that you can only remove one of each per request. Removing a user from a group means that any permissions given to them via the group (i.e. from an attached policy) will no longer apply. Be sure you want to remove these permissions from the user before proceeding.
457457

458458
**Usage:**
459459

docs/commands/vpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ scw vpc vpc list [arg=value ...]
469469
|------|---|-------------|
470470
| order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | Sort order of the returned VPCs |
471471
| name | | Name to filter for. Only VPCs with names containing this string will be returned |
472-
| tags.{index} | | Tags to filter for. Only VPCs with one or more matching tags will be returned |
472+
| tags.{index} | | Tags to filter for. Only VPCs with one more more matching tags will be returned |
473473
| project-id | | Project ID to filter for. Only VPCs belonging to this Project will be returned |
474474
| is-default | | Defines whether to filter only for VPCs which are the default one for their Project |
475475
| routing-enabled | | Defines whether to filter only for VPCs which route traffic between their Private Networks |

0 commit comments

Comments
 (0)