mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Reordered the help output a bit.
This commit is contained in:
parent
5742bca3dc
commit
d3db2892fa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user