Skip to content

Commit

Permalink
Merge pull request Ericsson#1657 from gyorb/update-doc
Browse files Browse the repository at this point in the history
rename compile log file name in the bitbake example
  • Loading branch information
csordasmarton authored Jun 27, 2018
2 parents f44a636 + 85af955 commit 4628f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export CC_LOGGER_GCC_LIKE

* Run `CodeChecker log`:
```bash
CodeChecker log -o ../codechecker_myProject_build.log -b "bitbake myProject"
CodeChecker log -o ../compile_commands.json -b "bitbake myProject"
```

## <a name="analyze"></a> 2. `analyze` mode
Expand Down

0 comments on commit 4628f4a

Please sign in to comment.