Skip to content

Commit

Permalink
Added usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Oct 31, 2024
1 parent f299c02 commit 65b5d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neothesia-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl Recorder {
})
} else {
eprintln!("No MIDI file provided.");
eprintln!("Usage: neothesia-cli <midi-file>");
std::process::exit(1);
};

Expand Down

0 comments on commit 65b5d45

Please sign in to comment.