Skip to content

Commit 2003ca5

Browse files
authored
docs(ipfs): fix wording (#3425)
1 parent 90df98d commit 2003ca5

11 files changed

+51
-51
lines changed

cmd/scw/testdata/test-all-usage-ipfs-pin-create-by-cid-usage.golden

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ USAGE:
1010
scw ipfs pin create-by-cid [arg=value ...]
1111

1212
ARGS:
13-
volume-id Volume Id on which you wish to pin your content
14-
cid Cid whose content you wish to pin
15-
[origins.{index}] Node containing the content you wish to pin
13+
volume-id Volume ID on which you want to pin your content
14+
cid CID containing the content you want to pin
15+
[origins.{index}] Node containing the content you want to pin
1616
[name] Pin name
1717
[pin-options.required-zones.{index}]
1818
[pin-options.replication-count]

cmd/scw/testdata/test-all-usage-ipfs-pin-create-by-url-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ USAGE:
1010
scw ipfs pin create-by-url [arg=value ...]
1111

1212
ARGS:
13-
volume-id Volume Id on which you wish to pin your content
14-
url Url whose content you wish to pin
13+
volume-id Volume ID on which you want to pin your content
14+
url URL containing the content you want to pin
1515
[name] Pin name
1616
[pin-options.required-zones.{index}]
1717
[pin-options.replication-count]

cmd/scw/testdata/test-all-usage-ipfs-pin-delete-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ USAGE:
77
scw ipfs pin delete [arg=value ...]
88

99
ARGS:
10-
[volume-id] Volume id
11-
pin-id Pin id you wish to remove from the volume
10+
[volume-id] Volume ID
11+
pin-id Pin ID you want to remove from the volume
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1313

1414
FLAGS:

cmd/scw/testdata/test-all-usage-ipfs-pin-get-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ USAGE:
66
scw ipfs pin get [arg=value ...]
77

88
ARGS:
9-
[volume-id] Volume id
10-
pin-id Pin id for which you wish to obtain information
9+
[volume-id] Volume ID
10+
pin-id Pin ID of which you want to obtain information
1111
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1212

1313
FLAGS:

cmd/scw/testdata/test-all-usage-ipfs-pin-list-usage.golden

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ USAGE:
66
scw ipfs pin list [arg=value ...]
77

88
ARGS:
9-
volume-id Volume ID for which you wish to list the pins
10-
[project-id] Project id
9+
volume-id Volume ID of which you want to list the pins
10+
[project-id] Project ID
1111
[order-by] Sort order of the returned Volume (created_at_asc | created_at_desc)
1212
[status] List pins by status (unknown_status | queued | pinning | failed | pinned)
13-
[organization-id] Organization id
13+
[organization-id] Organization ID
1414
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1515

1616
FLAGS:

cmd/scw/testdata/test-all-usage-ipfs-volume-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw ipfs volume delete [arg=value ...]
77

88
ARGS:
9-
volume-id Volume id
9+
volume-id Volume ID
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-ipfs-volume-get-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw ipfs volume get [arg=value ...]
77

88
ARGS:
9-
volume-id Volume id
9+
volume-id Volume ID
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-ipfs-volume-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE:
77

88
ARGS:
99
[project-id] Project ID to use. If none is passed the default project ID will be used
10-
[order-by] Sort order of the returned Volume (created_at_asc | created_at_desc)
10+
[order-by] Sort the order of the returned volumes (created_at_asc | created_at_desc)
1111
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all)
1212

1313
FLAGS:

cmd/scw/testdata/test-all-usage-ipfs-volume-update-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ USAGE:
77

88
ARGS:
99
[name] Volume name
10-
volume-id Volume id
11-
[tags.{index}] Tags for the Volume
10+
volume-id Volume ID
11+
[tags.{index}] Tags of the volume
1212
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1313

1414
FLAGS:

docs/commands/ipfs.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ scw ipfs pin create-by-cid [arg=value ...]
5555

5656
| Name | | Description |
5757
|------|---|-------------|
58-
| volume-id | Required | Volume Id on which you wish to pin your content |
59-
| cid | Required | Cid whose content you wish to pin |
60-
| origins.{index} | | Node containing the content you wish to pin |
58+
| volume-id | Required | Volume ID on which you want to pin your content |
59+
| cid | Required | CID containing the content you want to pin |
60+
| origins.{index} | | Node containing the content you want to pin |
6161
| name | | Pin name |
6262
| pin-options.required-zones.{index} | | |
6363
| pin-options.replication-count | | |
@@ -84,8 +84,8 @@ scw ipfs pin create-by-url [arg=value ...]
8484

8585
| Name | | Description |
8686
|------|---|-------------|
87-
| volume-id | Required | Volume Id on which you wish to pin your content |
88-
| url | Required | Url whose content you wish to pin |
87+
| volume-id | Required | Volume ID on which you want to pin your content |
88+
| url | Required | URL containing the content you want to pin |
8989
| name | | Pin name |
9090
| pin-options.required-zones.{index} | | |
9191
| pin-options.replication-count | | |
@@ -109,8 +109,8 @@ scw ipfs pin delete [arg=value ...]
109109

110110
| Name | | Description |
111111
|------|---|-------------|
112-
| volume-id | | Volume id |
113-
| pin-id | Required | Pin id you wish to remove from the volume |
112+
| volume-id | | Volume ID |
113+
| pin-id | Required | Pin ID you want to remove from the volume |
114114
| 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 |
115115

116116

@@ -130,8 +130,8 @@ scw ipfs pin get [arg=value ...]
130130

131131
| Name | | Description |
132132
|------|---|-------------|
133-
| volume-id | | Volume id |
134-
| pin-id | Required | Pin id for which you wish to obtain information |
133+
| volume-id | | Volume ID |
134+
| pin-id | Required | Pin ID of which you want to obtain information |
135135
| 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 |
136136

137137

@@ -151,11 +151,11 @@ scw ipfs pin list [arg=value ...]
151151

152152
| Name | | Description |
153153
|------|---|-------------|
154-
| volume-id | Required | Volume ID for which you wish to list the pins |
155-
| project-id | | Project id |
154+
| volume-id | Required | Volume ID of which you want to list the pins |
155+
| project-id | | Project ID |
156156
| order-by | One of: `created_at_asc`, `created_at_desc` | Sort order of the returned Volume |
157157
| status | One of: `unknown_status`, `queued`, `pinning`, `failed`, `pinned` | List pins by status |
158-
| organization-id | | Organization id |
158+
| organization-id | | Organization ID |
159159
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all` | Region to target. If none is passed will use default region from the config |
160160

161161

@@ -203,7 +203,7 @@ scw ipfs volume delete [arg=value ...]
203203

204204
| Name | | Description |
205205
|------|---|-------------|
206-
| volume-id | Required | Volume id |
206+
| volume-id | Required | Volume ID |
207207
| 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 |
208208

209209

@@ -223,7 +223,7 @@ scw ipfs volume get [arg=value ...]
223223

224224
| Name | | Description |
225225
|------|---|-------------|
226-
| volume-id | Required | Volume id |
226+
| volume-id | Required | Volume ID |
227227
| 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 |
228228

229229

@@ -244,7 +244,7 @@ scw ipfs volume list [arg=value ...]
244244
| Name | | Description |
245245
|------|---|-------------|
246246
| project-id | | Project ID to use. If none is passed the default project ID will be used |
247-
| order-by | One of: `created_at_asc`, `created_at_desc` | Sort order of the returned Volume |
247+
| order-by | One of: `created_at_asc`, `created_at_desc` | Sort the order of the returned volumes |
248248
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all` | Region to target. If none is passed will use default region from the config |
249249

250250

@@ -265,8 +265,8 @@ scw ipfs volume update [arg=value ...]
265265
| Name | | Description |
266266
|------|---|-------------|
267267
| name | | Volume name |
268-
| volume-id | Required | Volume id |
269-
| tags.{index} | | Tags for the Volume |
268+
| volume-id | Required | Volume ID |
269+
| tags.{index} | | Tags of the volume |
270270
| 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 |
271271

272272

0 commit comments

Comments
 (0)