diff --git a/src/mkvmerge.cpp b/src/mkvmerge.cpp index f2981e2d2..15561070f 100644 --- a/src/mkvmerge.cpp +++ b/src/mkvmerge.cpp @@ -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 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"