doc: west: build-flash-debug: fix cmake arg example
The shorter version of --cmake argument should contain one dash only. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
parent
5e81918fff
commit
554296c1e1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Here are some ``west build`` usage examples, grouped by area.
|
||||||
Forcing CMake to Run Again
|
Forcing CMake to Run Again
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
To force a CMake re-run, use the ``--cmake`` (or ``--c``) option::
|
To force a CMake re-run, use the ``--cmake`` (or ``-c``) option::
|
||||||
|
|
||||||
west build -c
|
west build -c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue