Skip to content

Commit f480f5f

Browse files
authored
Merge pull request #132 from LingMan/patch-1
Fix typos in the tutorial
2 parents 0b75b5f + 2a23ca0 commit f480f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TUTORIAL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Assuming you aren't reading this too far in the future, the
151151
following should work:
152152

153153
```
154-
cargo-bisect-rustc --test-dir=foo \
154+
cargo bisect-rustc --test-dir=foo \
155155
--start=6323d9a45bdf0ac2a9319a6a558537e0a7e6abd1 \
156156
--end=866a713258915e6cbb212d135f751a6a8c9e1c0a
157157
```
@@ -193,7 +193,7 @@ edition). Let's find where it was lost! Grab the ranges between where it was
193193
added and where we know it fails:
194194

195195
```
196-
cargo-bisect-rustc --prompt --test-dir=foo \
196+
cargo bisect-rustc --prompt --test-dir=foo \
197197
--start=ab93561b5fa54954159480ddc10bbb69f015e539 \
198198
--end=2c2e2c57dc2140cfb62a8abb9312b89f02c59f3c
199199
```
@@ -233,7 +233,7 @@ cargo check 2>&1 | grep E0642
233233
And then run:
234234

235235
```
236-
cargo-bisect-rustc --script=./test.sh --test-dir=foo \
236+
cargo bisect-rustc --script=./test.sh --test-dir=foo \
237237
--start=ab93561b5fa54954159480ddc10bbb69f015e539 \
238238
--end=2c2e2c57dc2140cfb62a8abb9312b89f02c59f3c
239239
```

0 commit comments

Comments
 (0)