summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-07 21:02:39 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-07 21:02:39 +0000
commit56374c104c346e843fb32f9b2761ba32c17ba6d8 (patch)
treefdca82bed6e07c48c5283bd42a48dc015c86d576 /src/tools
parentfd3ba4d4bccbddaf626271d0743a6a9845b351f0 (diff)
Fix -t option to dcpomatic_create.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_create.cc2
1 files changed, 1 insertions, 1 deletions
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;
}