Skip to content

Commit 55f89db

Browse files
committed
rustc: Fix help text for --sysroot
1 parent da4b7da commit 55f89db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ options:
271271
--cfg <cfgspec> configure the compilation environment
272272
--time-passes time the individual phases of the compiler
273273
--time-llvm-passes time the individual phases of the LLVM backend
274-
--sysroot <path> override the system root (default: rustc's directory)
274+
--sysroot <path> override the system root
275275
--target <triple> target to compile for (default: host triple)
276276
--no-typestate don't run the typestate pass (unsafe!)
277277
--test build test harness

0 commit comments

Comments
 (0)