clarify that changelog-seen = 1
goes to the beginning of config.toml
Fixes #77105
This commit is contained in:
parent
33aa8be8b5
commit
b5d47bfa3a
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
Add a link
Reference in a new issue