We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b638d8c commit e6dcdeeCopy full SHA for e6dcdee
src/bootstrap/flags.rs
@@ -125,7 +125,8 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`"
125
"stage to build (indicates compiler to use/test, e.g. stage 0 uses the \
126
bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)",
127
"N");
128
- opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling", "N");
+ opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling \
129
+ (pass multiple times to keep e.g. both stages 0 and 1)", "N");
130
opts.optopt("", "src", "path to the root of the rust checkout", "DIR");
131
opts.optopt("j", "jobs", "number of jobs to run in parallel", "JOBS");
132
opts.optflag("h", "help", "print this help message");
0 commit comments