From 8890853656f611394c248bfa7025d1f82f4c019d Mon Sep 17 00:00:00 2001 From: august kline Date: Sun, 30 Jun 2024 00:07:30 -0400 Subject: [PATCH] fix rom help --- src/cli.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index c3796cb..83e01ad 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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 \nload a rom/binary from path", &args[0]); + println!("{} rom \n\nload a rom/binary from path", &args[0]); + exit(0); } _ => { println!(