Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4b42626

Browse files
committed
fix usage example for --print-sysroot
1 parent 1cf951e commit 4b42626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/cargo-miri/src/phases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Examples:
2828
cargo miri run
2929
cargo miri test -- test-suite-filter
3030
31-
cargo miri setup --print sysroot
31+
cargo miri setup --print-sysroot
3232
This will print the path to the generated sysroot (and nothing else) on stdout.
3333
stderr will still contain progress information about how the build is doing.
3434

0 commit comments

Comments
 (0)