File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,10 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`"
121
121
opts. optmulti ( "" , "exclude" , "build paths to exclude" , "PATH" ) ;
122
122
opts. optopt ( "" , "on-fail" , "command to run on failure" , "CMD" ) ;
123
123
opts. optflag ( "" , "dry-run" , "dry run; don't build anything" ) ;
124
- opts. optopt ( "" , "stage" , "stage to build" , "N" ) ;
124
+ opts. optopt ( "" , "stage" ,
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" ) ;
125
128
opts. optmulti ( "" , "keep-stage" , "stage(s) to keep without recompiling" , "N" ) ;
126
129
opts. optopt ( "" , "src" , "path to the root of the rust checkout" , "DIR" ) ;
127
130
opts. optopt ( "j" , "jobs" , "number of jobs to run in parallel" , "JOBS" ) ;
You can’t perform that action at this time.
0 commit comments