Skip to content

Commit b5d47bf

Browse files
committed
clarify that changelog-seen = 1 goes to the beginning of config.toml
Fixes #77105
1 parent 33aa8be commit b5d47bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bin/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fn check_version(config: &Config) -> Option<String> {
4040
}
4141
} else {
4242
msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
43-
format!("add `changelog-seen = {}` to `config.toml`", VERSION)
43+
format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
4444
};
4545

4646
msg.push_str("help: consider looking at the changes in `src/bootstrap/CHANGELOG.md`\n");

0 commit comments

Comments
 (0)