shithub: opus-tools

Download patch

ref: 8f56cc624c902970b48d255eec8ef1ee15715a63
parent: 0dce53f602bb40cc1476fdab7fba27ce028d3ce4
author: Mark Harris <mark.hsj@gmail.com>
date: Sat Sep 7 18:03:29 EDT 2019

opusenc: Reorder --help options to match man page

--- a/src/opusenc.c
+++ b/src/opusenc.c
@@ -158,9 +158,9 @@
   printf(" --title title      Set track title\n");
   printf(" --artist artist    Set artist or author, may be used multiple times\n");
   printf(" --album album      Set album or collection\n");
-  printf(" --tracknumber n    Set track number\n");
   printf(" --genre genre      Set genre, may be used multiple times\n");
   printf(" --date YYYY-MM-DD  Set date of track (YYYY, YYYY-MM, or YYYY-MM-DD)\n");
+  printf(" --tracknumber n    Set track number\n");
   printf(" --comment tag=val  Add the given string as an extra comment\n");
   printf("                      This may be used multiple times\n");
   printf(" --picture file     Attach album art (see --help-picture)\n");