Show help and exit with an error if no extraction mode is given

This commit is contained in:
Moritz Bunkus 2010-12-21 12:17:53 +01:00
parent f61d85eadb
commit 822ec14d68

View File

@ -108,8 +108,7 @@ main(int argc,
extract_timecodes(options.m_file_name, options.m_tracks, 2);
else
mxerror(Y("mkvextract: Unknown mode!?\n"));
usage(2);
return 0;
}