Skip to content

Commit 8a7d881

Browse files
Merge pull request #1161 from mati865/update-examples-in-readme
Update examples in README.md
2 parents f700f2b + 0f6de29 commit 8a7d881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

collector/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ second that contains a branch of your changes. To compare the two versions, do
146146
something like this:
147147

148148
```
149-
./target/release/collector bench_local $RUST_ORIGINAL Original
149+
./target/release/collector bench_local --id Original $RUST_ORIGINAL
150150
151-
./target/release/collector bench_local $RUST_MODIFIED Modified
151+
./target/release/collector bench_local --id Modified $RUST_MODIFIED
152152
```
153153

154154
where `$RUST_ORIGINAL` and `$RUST_MODIFIED` are paths (relative or absolute) to
@@ -414,7 +414,7 @@ The following options alter the behaviour of the `profile_local` subcommand.
414414
against the first. If a non-toolchain identifier is being used, a `1` will be
415415
appended to the identifier for the first run and a `2` will be appended to
416416
the identifier for the second run. If the profiler being used is Cachegrind,
417-
diff files will also be produced.
417+
diff files will also be produced.
418418
- `--rustdoc <RUSTDOC>` as for `bench_local`.
419419

420420
`RUST_LOG=debug` can be specified to enable verbose logging, which is useful

0 commit comments

Comments
 (0)