fix rom help
This commit is contained in:
		
							parent
							
								
									4f0615b563
								
							
						
					
					
						commit
						8890853656
					
				| 
						 | 
				
			
			@ -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!(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue