]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/format.rs
Deal with spaces in the rust version.
[rust.git] / src / bootstrap / format.rs
index 6653c505bf538118cec97bb0b1233b5ef52cc1ca..390b7e96b9a543cecdd806fe2369b10469bd9f50 100644 (file)
@@ -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,
         );