Rollup merge of #77106 - matthiaskrgr:changelog_seen, r=Mark-Simulacrum
clarify that `changelog-seen = 1` goes to the beginning of config.toml Fixes #77105
This commit is contained in:
commit
8621ef1159
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,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");
|
||||
|
|
Loading…
Add table
Reference in a new issue