diff options
| author | Ralf Jung <post@ralfj.de> | 2018-08-28 10:20:24 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2018-08-28 10:20:24 +0200 |
| commit | e6dcdee7d9b0d78cc991f87c168fe3e54c83974e (patch) | |
| tree | e5753bef0c3e973976a469ad19b65aedf9afab0a /src/bootstrap | |
| parent | b638d8c75f4e38c75c5caa52b10b18a350431687 (diff) | |
| download | rust-e6dcdee7d9b0d78cc991f87c168fe3e54c83974e.tar.gz rust-e6dcdee7d9b0d78cc991f87c168fe3e54c83974e.zip | |
expand keep-stage --help text
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/flags.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index 60b4d65f444..2084b8bdb65 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -125,7 +125,8 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`" "stage to build (indicates compiler to use/test, e.g. stage 0 uses the \ bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)", "N"); - opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling", "N"); + opts.optmulti("", "keep-stage", "stage(s) to keep without recompiling \ + (pass multiple times to keep e.g. both stages 0 and 1)", "N"); opts.optopt("", "src", "path to the root of the rust checkout", "DIR"); opts.optopt("j", "jobs", "number of jobs to run in parallel", "JOBS"); opts.optflag("h", "help", "print this help message"); |
