Change hint to correct path

This commit is contained in:
est31 2022-08-23 19:04:50 +02:00
parent 0a6af989f6
commit 754b3e7567

View File

@ -220,7 +220,7 @@ fn main() {
let write_location = std::env::args().nth(1).unwrap_or_else(|| {
eprintln!("Must provide path to write unicode tables to");
eprintln!(
"e.g. {} library/core/unicode/unicode_data.rs",
"e.g. {} library/core/src/unicode/unicode_data.rs",
std::env::args().next().unwrap_or_default()
);
std::process::exit(1);