Fixed moa-genisis not compiling

This commit is contained in:
transistor 2022-09-17 11:16:16 -07:00
parent e3c4ad88ee
commit 914ddb17dd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use moa::machines::genesis::{build_genesis, SegaGenesisOptions};
fn main() {
let matches = moa_minifb::new("Sega Genesis/Mega Drive Emulator")
.arg(Arg::new("ROM")
.about("ROM file to load (must be flat binary)"))
.help("ROM file to load (must be flat binary)"))
.get_matches();
let mut options = SegaGenesisOptions::new();