Skip to content

Commit 91b00ca

Browse files
docs(apple_silicon): modifs to apple silicon doc for new developers site (#3069)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 5117af0 commit 91b00ca

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cmd/scw/testdata/test-all-usage-apple-silicon-os-list-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-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
3+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
44

55
USAGE:
66
scw apple-silicon os list [arg=value ...]

cmd/scw/testdata/test-all-usage-apple-silicon-os-usage.golden

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

88
AVAILABLE COMMANDS:
99
get Get an Operating System (OS)
10-
list List all Operating System (OS)
10+
list List all Operating Systems (OS)
1111

1212
FLAGS:
1313
-h, --help help for os

cmd/scw/testdata/test-all-usage-apple-silicon-server-type-get-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-
Get a server technical details.
3+
Get technical details (CPU, disk size etc.) of a server type.
44

55
USAGE:
66
scw apple-silicon server-type get <server-type ...> [arg=value ...]

docs/commands/apple-silicon.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Scaleway is not affiliated with Apple Inc.
1414

1515
- [OS management commands](#os-management-commands)
1616
- [Get an Operating System (OS)](#get-an-operating-system-(os))
17-
- [List all Operating System (OS)](#list-all-operating-system-(os))
17+
- [List all Operating Systems (OS)](#list-all-operating-systems-(os))
1818
- [Apple silicon management commands](#apple-silicon-management-commands)
1919
- [Create a server](#create-a-server)
2020
- [Delete a server](#delete-a-server)
@@ -55,9 +55,9 @@ scw apple-silicon os get <os-id ...> [arg=value ...]
5555

5656

5757

58-
### List all Operating System (OS)
58+
### List all Operating Systems (OS)
5959

60-
List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
60+
List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.
6161

6262
**Usage:**
6363

@@ -286,7 +286,7 @@ Server-Types management commands
286286

287287
### Get a server type
288288

289-
Get a server technical details.
289+
Get technical details (CPU, disk size etc.) of a server type.
290290

291291
**Usage:**
292292

internal/namespaces/applesilicon/v1alpha1/applesilicon_cli.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func appleSiliconServerTypeList() *core.Command {
107107
func appleSiliconServerTypeGet() *core.Command {
108108
return &core.Command{
109109
Short: `Get a server type`,
110-
Long: `Get a server technical details.`,
110+
Long: `Get technical details (CPU, disk size etc.) of a server type.`,
111111
Namespace: "apple-silicon",
112112
Resource: "server-type",
113113
Verb: "get",
@@ -230,8 +230,8 @@ func appleSiliconServerList() *core.Command {
230230

231231
func appleSiliconOsList() *core.Command {
232232
return &core.Command{
233-
Short: `List all Operating System (OS)`,
234-
Long: `List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels.`,
233+
Short: `List all Operating Systems (OS)`,
234+
Long: `List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels.`,
235235
Namespace: "apple-silicon",
236236
Resource: "os",
237237
Verb: "list",

0 commit comments

Comments
 (0)