1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00

Update mp4sample.rs

This commit is contained in:
Alfred Gutierrez 2020-12-16 01:14:04 -08:00 committed by GitHub
parent 4bf4a98414
commit b63522186e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ fn main() {
let args: Vec<String> = env::args().collect();
if args.len() < 2 {
println!("Usage: mp4sample <track_id> <filename>");
println!("Usage: mp4sample <filename>");
std::process::exit(1);
}