Skip to content

Commit a2b1048

Browse files
authored
Clean up dashes in west tips and tricks (#638)
1 parent 636d2a7 commit a2b1048

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_posts/2026-04-10-west-tips-and-tricks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ you don't need.
8383

8484
Two manifest options that help a lot here:
8585

86-
**`name-allowlist`** Only import the named projects from the upstream
86+
**`name-allowlist`** - Only import the named projects from the upstream
8787
manifest:
8888

8989
```yaml
@@ -105,7 +105,7 @@ This is
105105
and is probably the most useful thing you can do to keep workspace
106106
initialization fast.
107107

108-
**`path-prefix`** Put all imported projects under a common subdirectory
108+
**`path-prefix`** - Put all imported projects under a common subdirectory
109109
instead of the workspace root. Keeps things tidy:
110110

111111
```yaml
@@ -276,8 +276,8 @@ make a contribution upstream!
276276
## Resolving the manifest to exact SHAs
277277

278278
West manifests typically reference branches or tags, which can drift over time.
279-
To capture a fully-resolved snapshot with exact commit SHAs useful for
280-
reproducible builds or auditing use:
279+
To capture a fully-resolved snapshot with exact commit SHAs - useful for
280+
reproducible builds or auditing - use:
281281

282282
```bash
283283
west manifest --resolve

0 commit comments

Comments
 (0)