mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-03-30 08:45:26 +00:00
Update mp4sample.rs
This commit is contained in:
parent
4bf4a98414
commit
b63522186e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue