fix usage example for --print-sysroot

This commit is contained in:
Paul Gey 2024-05-01 21:34:50 +02:00
parent 1cf951e5c6
commit 4b4262691d

View File

@ -28,7 +28,7 @@
cargo miri run
cargo miri test -- test-suite-filter
cargo miri setup --print sysroot
cargo miri setup --print-sysroot
This will print the path to the generated sysroot (and nothing else) on stdout.
stderr will still contain progress information about how the build is doing.