Fix -t option to dcpomatic_create.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Dec 2018 21:02:39 +0000 (21:02 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Dec 2018 21:02:39 +0000 (21:02 +0000)
src/tools/dcpomatic_create.cc

index af3a68b6191630b6f4d836e094a1740023aa4c74..aea25618c41d06a1a799d80e971ab89ebbe5a3c1 100644 (file)
@@ -129,7 +129,7 @@ main (int argc, char* argv[])
                        { 0, 0, 0, 0}
                };
 
-               int c = getopt_long (argc, argv, "vhn:f:c:f:A:B:C:s:o:DEF:", long_options, &option_index);
+               int c = getopt_long (argc, argv, "vhn:t:c:f:A:B:C:s:o:DEF:", long_options, &option_index);
                if (c == -1) {
                        break;
                }