diff options
| author | Ralf Jung <post@ralfj.de> | 2020-05-17 16:24:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-17 16:24:29 +0200 |
| commit | 2b3d99d31a0660645cfd338895209da5616a84af (patch) | |
| tree | 9eebcb5fb155f9e424afc1fba8c3f85172132e6b | |
| parent | 65833dcd3d565c0efcc8fe81f3d3baa51f7559ba (diff) | |
| parent | 4caddaeeeaf0d6018325085b436256800c05b56c (diff) | |
| download | rust-2b3d99d31a0660645cfd338895209da5616a84af.tar.gz rust-2b3d99d31a0660645cfd338895209da5616a84af.zip | |
Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievink
bootstrap: fix typo
| -rw-r--r-- | src/bootstrap/format.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/format.rs b/src/bootstrap/format.rs index 6653c505bf5..390b7e96b9a 100644 --- a/src/bootstrap/format.rs +++ b/src/bootstrap/format.rs @@ -23,7 +23,7 @@ fn rustfmt(src: &Path, rustfmt: &Path, path: &Path, check: bool) { if !status.success() { eprintln!( "Running `{}` failed.\nIf you're running `tidy`, \ - try again with `--bless` flag. Or, you just want to format \ + try again with `--bless`. Or, if you just want to format \ code, run `./x.py fmt` instead.", cmd_debug, ); |
