We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ee8df commit 7a77fecCopy full SHA for 7a77fec
README.rst
@@ -60,7 +60,7 @@ Assuming a build directory ``build/``, containing a ``compile_commands.json``,
60
a new compilation database, containing the header files,
61
can be generated with::
62
63
- compdb list -p build/ > compile_commands.json
+ compdb -p build/ list > compile_commands.json
64
65
66
Running the tests
0 commit comments