fix rom help

This commit is contained in:
august kline 2024-06-30 00:07:30 -04:00
parent 4f0615b563
commit 8890853656
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ pub fn get_input(memory: &mut Mem) {
3 => match &args[1] as &str {
"help" => match &args[2] as &str {
"rom" => {
println!("{:?} rom <path>\nload a rom/binary from path", &args[0]);
println!("{} rom <path>\n\nload a rom/binary from path", &args[0]);
exit(0);
}
_ => {
println!(