Skip to content

Commit 3570954

Browse files
tmlemancfriedt
authored andcommitted
doc: coverage: fix twister coverage-basedir option syntax
Correct the command line option from --coverage_basedir to --coverage-basedir to match the actual twister argument syntax. Signed-off-by: Tomasz Leman <[email protected]>
1 parent 83f1bd7 commit 3570954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/test/coverage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ command line option, for example:
167167

168168
.. code-block:: console
169169
170-
$ $ZEPHYR_BASE/scripts/twister --coverage -p native_sim --coverage_basedir $ZEPHYR_BASE -T your_project_dir
170+
$ $ZEPHYR_BASE/scripts/twister --coverage -p native_sim --coverage-basedir $ZEPHYR_BASE -T your_project_dir
171171
172172
.. note::
173173

0 commit comments

Comments
 (0)