Skip to content

Commit

Permalink
Change hint to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Aug 23, 2022
1 parent 0a6af98 commit 754b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/unicode-table-generator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 754b3e7

Please sign in to comment.