Skip to content
Snippets Groups Projects
Verified Commit e072f3e0 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: error ROM message

parent 69a12ba1
No related branches found
No related tags found
No related merge requests found
Pipeline #3168 passed
......@@ -789,7 +789,7 @@ fn main() {
// exist then fails gracefully
let path = Path::new(&args.rom_path);
if args.rom_path == DEFAULT_ROM_PATH && !path.exists() {
println!("No ROM file provided, please provide one using the --rom-path option");
println!("No ROM file provided, please provide one using the [ROM_PATH] argument");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment