fix rom help
This commit is contained in:
+2
-1
@@ -66,7 +66,8 @@ pub fn get_input(memory: &mut Mem) {
|
|||||||
3 => match &args[1] as &str {
|
3 => match &args[1] as &str {
|
||||||
"help" => match &args[2] as &str {
|
"help" => match &args[2] as &str {
|
||||||
"rom" => {
|
"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!(
|
println!(
|
||||||
|
|||||||
Reference in New Issue
Block a user