Skip to content

Commit eb64975

Browse files
committed
Sorry, that was weird
1 parent 621b4ec commit eb64975

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/tools/CLI/cli-create.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ $ cd mbed-os
131131
$ mbed releases
132132
mbed-os (#182bbd51bc8d, tags: latest, mbed-os-5.6.5)
133133
...
134-
* mbed-os-5.6.0
135-
* mbed-os-5.6.1
136-
* mbed-os-5.6.2
137-
* mbed-os-5.6.3
138-
* mbed-os-5.6.4
134+
* mbed-os-5.6.0
135+
* mbed-os-5.6.1
136+
* mbed-os-5.6.2
137+
* mbed-os-5.6.3
138+
* mbed-os-5.6.4
139139
* mbed-os-5.6.5 <- current
140140
```
141141

@@ -147,12 +147,12 @@ Lastly, you can list unstable releases, such as release candidates, alphas and b
147147
$ cd mbed-client
148148
$ mbed releases -u
149149
mbed-client (#31e5ce203cc0, tags: v3.0.0)
150-
* mbed-os-5.0-rc1
151-
* mbed-os-5.0-rc2
152-
* r0.5-rc4
150+
* mbed-os-5.0-rc1
151+
* mbed-os-5.0-rc2
152+
* r0.5-rc4
153153
...
154-
* v2.2.0
155-
* v2.2.1
154+
* v2.2.0
155+
* v2.2.1
156156
* v3.0.0 <- current
157157
```
158158

@@ -235,4 +235,4 @@ For safety reasons, Mbed CLI uses the `mbed-cache` subfolder to a user specified
235235

236236
Through the caching feature in Mbed CLI, you can enable offline mode, which uses the already cached repositories on your system. You can enable offline mode by adding the `--offline` switch to `mbed import`, `mbed add`, `mbed update` and `mbed new`.
237237

238-
In offline mode, Mbed CLI looks up locally cached repositories and uses them without fetching new content from their remote repositories. This is particularly useful if for example you are in a plane and you'd like to create another Mbed OS project (assuming you've imported or created one before), but you don't have access to the internet. By using the command `mbed new <project_name> --offline`, you can create the project with Mbed OS included.
238+
In offline mode, Mbed CLI looks up locally cached repositories and uses them without fetching new content from their remote repositories. This is particularly useful if, for example, you are on a flight and you'd like to create another Mbed OS project (assuming you've imported or created one before), but you don't have access to the internet. By using the command `mbed new <project_name> --offline`, you can create the project with Mbed OS included.

0 commit comments

Comments
 (0)