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 Read chapter information from the file.\n"
+ " --global-tags Read global tags from a XML file.\n"
"\n General output control (still global, advanced options):\n"
" --cluster-length 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 \n"
" Creates a file attachment inside the\n"
" firsts Matroska file written.\n"
- " --global-tags Read global tags from a XML file.\n"
- " --chapters Read chapter information from the file.\n"
"\n Options for each input file:\n"
" -a, --atracks Copy audio tracks n,m etc. Default: copy all\n"
" audio tracks.\n"