diff options
| author | Marianna Rapoport <mra@concordium.com> | 2021-03-05 20:08:58 +0100 |
|---|---|---|
| committer | Marianna Rapoport <mra@concordium.com> | 2021-03-05 20:08:58 +0100 |
| commit | 2a57a5dcc4b398b5158295fc710fba429d241d36 (patch) | |
| tree | 4bb3bed5f4adc43e6c1f6016db35cbaf41881d8b | |
| parent | 8ccc89bc312caa65ca46b55b47492abdd5b6910a (diff) | |
| download | rust-2a57a5dcc4b398b5158295fc710fba429d241d36.tar.gz rust-2a57a5dcc4b398b5158295fc710fba429d241d36.zip | |
Typo fix: cargo cov -> cargo profdata
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md b/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md index 8aca0052147..0d05b80e211 100644 --- a/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md +++ b/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md @@ -128,7 +128,7 @@ $ cargo profdata -- --help # note the additional "--" preceding the tool-specif ## Creating coverage reports -Raw profiles have to be indexed before they can be used to generate coverage reports. This is done using [`llvm-profdata merge`] (or `cargo cov -- merge`), which can combine multiple raw profiles and index them at the same time: +Raw profiles have to be indexed before they can be used to generate coverage reports. This is done using [`llvm-profdata merge`] (or `cargo profdata -- merge`), which can combine multiple raw profiles and index them at the same time: ```shell $ llvm-profdata merge -sparse formatjson5.profraw -o formatjson5.profdata |
