]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/bin/main.rs
Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum
[rust.git] / src / bootstrap / bin / main.rs
index 669dd7a33de187ae664270f98bc368e89c4e8f7c..637083e08d510e2f4023fe6b7b5f64b44bb6cc0d 100644 (file)
@@ -53,7 +53,7 @@ fn check_version(config: &Config) -> Option<String> {
         }
     } else {
         msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
-        format!("add `changelog-seen = {}` to `config.toml`", VERSION)
+        format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
     };
 
     msg.push_str("help: consider looking at the changes in `src/bootstrap/CHANGELOG.md`\n");