]> git.lizzy.rs Git - rust.git/commitdiff
bootstrap: further clarify build --help
authorRalf Jung <post@ralfj.de>
Thu, 8 Jun 2017 05:08:48 +0000 (22:08 -0700)
committerRalf Jung <post@ralfj.de>
Thu, 8 Jun 2017 05:08:48 +0000 (22:08 -0700)
src/bootstrap/flags.rs

index 3a265b2f3bbb78b68cf4909f893ab99f9a38810a..56cbb4cecf2a5b08f2a3a006ed9f144ce41a3020 100644 (file)
@@ -196,13 +196,14 @@ pub fn parse(args: &[String]) -> Flags {
         ./x.py build
         ./x.py build --stage 1
 
-    For a quick build with a usable compile, you can pass:
+    For a quick build of a usable compiler, you can pass:
 
         ./x.py build --stage 1 src/libtest
 
     This will first build everything once (like --stage 0 without further
     arguments would), and then use the compiler built in stage 0 to build
-    src/libtest and its dependencies.");
+    src/libtest and its dependencies.
+    Once this is done, build/$ARCH/stage1 contains a usable compiler.");
             }
             "test" => {
                 subcommand_help.push_str("\n