Skip to content

Commit dd81c6a

Browse files
committed
[llvm][Docs][llvm-cov] Correct list of export options
Spaces before the `.. option` for a few of these meant they were indented, as if they were sub-options somehow.
1 parent 29a1567 commit dd81c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/CommandGuide/llvm-cov.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,15 +517,15 @@ OPTIONS
517517

518518
Skip source code files with file paths that match the given regular expression.
519519

520-
.. option:: -skip-expansions
520+
.. option:: -skip-expansions
521521

522522
Skip exporting macro expansion coverage data.
523523

524-
.. option:: -skip-functions
524+
.. option:: -skip-functions
525525

526526
Skip exporting per-function coverage data.
527527

528-
.. option:: -num-threads=N, -j=N
528+
.. option:: -num-threads=N, -j=N
529529

530530
Use N threads to export coverage data. When N=0, llvm-cov auto-detects an
531531
appropriate number of threads to use. This is the default.

0 commit comments

Comments
 (0)