diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-21 01:13:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-21 01:13:35 +0000 |
| commit | c31b9542c58ae1cbfae7ec3ba4911359fd010ba2 (patch) | |
| tree | b1e58d8a8db1b38c95d51124c7e63974eda72524 /src | |
| parent | a95d24580dc72a9263e8f807d86da279b22fbfb3 (diff) | |
Fix short option name for --template.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_create.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index 5c6fc3567..da2ce0b72 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -115,7 +115,7 @@ main (int argc, char* argv[]) { "version", no_argument, 0, 'v'}, { "help", no_argument, 0, 'h'}, { "name", required_argument, 0, 'n'}, - { "template", required_argument, 0, 'f'}, + { "template", required_argument, 0, 't'}, { "dcp-content-type", required_argument, 0, 'c'}, { "dcp-frame-rate", required_argument, 0, 'f'}, { "container-ratio", required_argument, 0, 'A'}, |
