Skip to content

Commit e2e786c

Browse files
Fix typo --lock -> --locked (rust-lang#1324)
1 parent 738ca71 commit e2e786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The second step (`cargo-kani setup`) will download the Kani compiler and other n
3030
## Installing an older version
3131

3232
```bash
33-
cargo install --lock kani-verifier --version <VERSION>
33+
cargo install --locked kani-verifier --version <VERSION>
3434
cargo-kani setup
3535
```
3636

0 commit comments

Comments
 (0)