Skip to content

Commit 4f62300

Browse files
authored
Merge pull request #336 from ehuss/doc-example-cli-fix
Update doc-change example.
2 parents e75f187 + 83d08ca commit 4f62300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guide/src/examples/doc-change.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ fi
2727
And run with:
2828

2929
```sh
30-
cargo bisect-rustc --start --end -c rust-docs --script ./test.sh
30+
cargo bisect-rustc --start 1.68.0 --end 1.69.0 -c rust-docs --script ./test.sh
3131
```
3232

3333
> **Note**: This may not work on all targets since `cargo-bisect-rustc` doesn't properly handle rustup manifests, which alias some targets to other targets.
34+
> Use `--host x86_64-unknown-linux-gnu` in that situation.

0 commit comments

Comments
 (0)