Skip to content

Commit e6dcdee

Browse files
committed
expand keep-stage --help text
1 parent b638d8c commit e6dcdee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/bootstrap/flags.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`"
125125
"stage to build (indicates compiler to use/test, e.g. stage 0 uses the \
126126
bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)",
127127
"N");
128-
opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling", "N");
128+
opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling \
129+
(pass multiple times to keep e.g. both stages 0 and 1)", "N");
129130
opts.optopt("", "src", "path to the root of the rust checkout", "DIR");
130131
opts.optopt("j", "jobs", "number of jobs to run in parallel", "JOBS");
131132
opts.optflag("h", "help", "print this help message");

0 commit comments

Comments
 (0)