rustc: Fix help text for --sysroot

This commit is contained in:
Brian Anderson 2011-11-16 18:35:30 -08:00
parent da4b7da4e1
commit 55f89dbed9

View File

@ -271,7 +271,7 @@ options:
--cfg <cfgspec> configure the compilation environment --cfg <cfgspec> configure the compilation environment
--time-passes time the individual phases of the compiler --time-passes time the individual phases of the compiler
--time-llvm-passes time the individual phases of the LLVM backend --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) --target <triple> target to compile for (default: host triple)
--no-typestate don't run the typestate pass (unsafe!) --no-typestate don't run the typestate pass (unsafe!)
--test build test harness --test build test harness