diff options
| author | Marvin Löbel <loebel.marvin@gmail.com> | 2013-03-28 21:44:46 +0100 |
|---|---|---|
| committer | Marvin Löbel <loebel.marvin@gmail.com> | 2013-03-28 21:44:46 +0100 |
| commit | eac2f3b93e1458488e0aefcdfa02a4e524e8736d (patch) | |
| tree | 0745d93545c81b3410911dadccea1f1c3a47268c /src/librustc | |
| parent | e549b80e3c214f93fc6ab9d7ead3f49b585faa23 (diff) | |
| download | rust-eac2f3b93e1458488e0aefcdfa02a4e524e8736d.tar.gz rust-eac2f3b93e1458488e0aefcdfa02a4e524e8736d.zip | |
Unbreak 'rustc --help'
Diffstat (limited to 'src/librustc')
| -rw-r--r-- | src/librustc/driver/driver.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc/driver/driver.rs b/src/librustc/driver/driver.rs index 1de69ed85a8..097aad72f4e 100644 --- a/src/librustc/driver/driver.rs +++ b/src/librustc/driver/driver.rs @@ -762,8 +762,7 @@ pub fn optgroups() -> ~[getopts::groups::OptGroup] { optflag(~"", ~"test", ~"Build a test harness"), optopt(~"", ~"target", ~"Target triple cpu-manufacturer-kernel[-os] - to compile for (see - http://sources.redhat.com/autobook/autobook/autobook_17.html + to compile for (see chapter 3.4 of http://www.sourceware.org/autobook/ for detail)", ~"TRIPLE"), optopt(~"", ~"android-cross-path", ~"The path to the Android NDK", "PATH"), |
