Reordered the help output a bit.

This commit is contained in:
Moritz Bunkus 2003-07-30 16:10:39 +00:00
parent 5742bca3dc
commit d3db2892fa

View File

@ -214,6 +214,8 @@ static void usage(void) {
" -q, --quiet suppress status output\n"
" -o, --output out Write to the file 'out'.\n"
" --title <title> Title for this output file.\n"
" --chapters <file> Read chapter information from the file.\n"
" --global-tags <file> Read global tags from a XML file.\n"
"\n General output control (still global, advanced options):\n"
" --cluster-length <n[ms]> Put at most n data blocks into each cluster.\n"
" If the number is postfixed with 'ms' then\n"
@ -241,8 +243,6 @@ static void usage(void) {
" --attach-file-once <file>\n"
" Creates a file attachment inside the\n"
" firsts Matroska file written.\n"
" --global-tags <file> Read global tags from a XML file.\n"
" --chapters <file> Read chapter information from the file.\n"
"\n Options for each input file:\n"
" -a, --atracks <n,m,...> Copy audio tracks n,m etc. Default: copy all\n"
" audio tracks.\n"