Move main file to a better-named binary

This commit is contained in:
Andrew Radev 2019-02-10 12:52:02 +08:00
parent 2e29c59ce4
commit 659c98034a

View File

@ -5,7 +5,7 @@ fn main() {
let args: Vec<_> = env::args().collect();
if args.len() < 3 {
eprintln!("USAGE: id3-image <mp3-file> <image-file>");
eprintln!("USAGE: id3-image-embed <mp3-file> <image-file>");
process::exit(1);
}