]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Fix typo in previous Coverity workflow doc commit.
authorAcee Lindem <aceelindem@gmail.com>
Wed, 21 Jun 2023 11:11:10 +0000 (07:11 -0400)
committerAcee Lindem <aceelindem@gmail.com>
Wed, 21 Jun 2023 11:11:10 +0000 (07:11 -0400)
Signed-off-by: Acee Lindem <aceelindem@gmail.com>
doc/developer/workflow.rst

index 16ec3dc87bef3b925e07cfec5e00fe2b469e01e4..6efe5f42f6a90f9baae30dc466cfcbb96f98934f 100644 (file)
@@ -1345,12 +1345,12 @@ Coverity static analysis errors prior to submission using the
 ``scan-build`` command. To use this command, the ``clang-tools`` package must
 be installed. For example, this can be accomplished on Ubuntu with the
 ``sudo apt-get install clang-tools`` command.  Then, touch the files you want scanned and
-invoke the ``scan-file`` command. For example::
+invoke the ``scan-build`` command. For example::
   
   cd ~/GitHub/frr
   touch ospfd/ospf_flood.c ospfd/ospf_vty.c ospfd/ospf_opaque.c
   cd build
-  scan-file make -j32
+  scan-build make -j32
      
 The results of the scan including any static analysis errors will appear inline.
 Additionally, there will a directory in the /tmp containing the Coverity