Skip to content

Commit 7359c79

Browse files
committed
bootstrap: further clarify build --help
1 parent e37cfc7 commit 7359c79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bootstrap/flags.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,14 @@ Arguments:
196196
./x.py build
197197
./x.py build --stage 1
198198
199-
For a quick build with a usable compile, you can pass:
199+
For a quick build of a usable compiler, you can pass:
200200
201201
./x.py build --stage 1 src/libtest
202202
203203
This will first build everything once (like --stage 0 without further
204204
arguments would), and then use the compiler built in stage 0 to build
205-
src/libtest and its dependencies.");
205+
src/libtest and its dependencies.
206+
Once this is done, build/$ARCH/stage1 contains a usable compiler.");
206207
}
207208
"test" => {
208209
subcommand_help.push_str("\n

0 commit comments

Comments
 (0)