From 55f89dbed994fef53beeaec49b20d450ca9b72d4 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 16 Nov 2011 18:35:30 -0800 Subject: [PATCH] rustc: Fix help text for --sysroot --- src/comp/driver/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index b3d00aa3b870..2c287c15b4e6 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -271,7 +271,7 @@ options: --cfg 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 override the system root (default: rustc's directory) + --sysroot override the system root --target target to compile for (default: host triple) --no-typestate don't run the typestate pass (unsafe!) --test build test harness