diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-11-16 18:35:30 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-11-16 18:35:30 -0800 |
| commit | 55f89dbed994fef53beeaec49b20d450ca9b72d4 (patch) | |
| tree | 5322fb128d26295dfcb5b7e2a778144eaad62e96 /src/comp | |
| parent | da4b7da4e142a4c2119312c0e24b7c20bbe74e60 (diff) | |
| download | rust-55f89dbed994fef53beeaec49b20d450ca9b72d4.tar.gz rust-55f89dbed994fef53beeaec49b20d450ca9b72d4.zip | |
rustc: Fix help text for --sysroot
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index b3d00aa3b87..2c287c15b4e 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -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 |
