Skip to content

Commit 0951530

Browse files
authored
Merge pull request #13823 from LabNConsulting/aceelindem/workflow-coverity-typo
doc: Fix typo in previous Coverity workflow doc commit.
2 parents 499eae6 + f8831ce commit 0951530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developer/workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,12 +1345,12 @@ Coverity static analysis errors prior to submission using the
13451345
``scan-build`` command. To use this command, the ``clang-tools`` package must
13461346
be installed. For example, this can be accomplished on Ubuntu with the
13471347
``sudo apt-get install clang-tools`` command. Then, touch the files you want scanned and
1348-
invoke the ``scan-file`` command. For example::
1348+
invoke the ``scan-build`` command. For example::
13491349
13501350
cd ~/GitHub/frr
13511351
touch ospfd/ospf_flood.c ospfd/ospf_vty.c ospfd/ospf_opaque.c
13521352
cd build
1353-
scan-file make -j32
1353+
scan-build make -j32
13541354
13551355
The results of the scan including any static analysis errors will appear inline.
13561356
Additionally, there will a directory in the /tmp containing the Coverity

0 commit comments

Comments
 (0)