From 56374c104c346e843fb32f9b2761ba32c17ba6d8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Dec 2018 21:02:39 +0000 Subject: Fix -t option to dcpomatic_create. --- src/tools/dcpomatic_create.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index af3a68b61..aea25618c 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -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; } -- cgit v1.2.3