rustc: Fix help text for --sysroot
This commit is contained in:
parent
da4b7da4e1
commit
55f89dbed9
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ options:
|
|||
--cfg <cfgspec> configure the compilation environment
|
||||
--time-passes time the individual phases of the compiler
|
||||
--time-llvm-passes time the individual phases of the LLVM backend
|
||||
--sysroot <path> override the system root (default: rustc's directory)
|
||||
--sysroot <path> override the system root
|
||||
--target <triple> target to compile for (default: host triple)
|
||||
--no-typestate don't run the typestate pass (unsafe!)
|
||||
--test build test harness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue