We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1a374 commit b3c9b30Copy full SHA for b3c9b30
guide/src/usage.md
@@ -74,7 +74,7 @@ By default, `cargo-bisect-rustc` runs `cargo build`.
74
You can change which `cargo` command is run by passing additional arguments after `--`:
75
76
```sh
77
-cargo bisect rustc -- test --test mytest
+cargo bisect-rustc -- test --test mytest
78
```
79
80
## Scripting
0 commit comments