Skip to content

Commit 7a77fec

Browse files
committed
README: fix order of '-p' option
1 parent f1ee8df commit 7a77fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Assuming a build directory ``build/``, containing a ``compile_commands.json``,
6060
a new compilation database, containing the header files,
6161
can be generated with::
6262

63-
compdb list -p build/ > compile_commands.json
63+
compdb -p build/ list > compile_commands.json
6464

6565

6666
Running the tests

0 commit comments

Comments
 (0)