diff options
| author | Mart Jansink <mart@gofilex.nl> | 2018-02-09 14:35:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-14 23:28:26 +0000 |
| commit | 01c6aa99f66de94d72755ac7e4c52f62104778f2 (patch) | |
| tree | a7e35dd8f7f6675e30f5435f385bf8ccd39d5a9a /src/tools/dcpomatic_kdm_cli.cc | |
| parent | 91ce56edbb31d6bb588ce31b6eb4c5e420b68a23 (diff) | |
Allow the missing full "valid-duration" argument.
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index e3066441e..e680f54b0 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -427,6 +427,7 @@ int main (int argc, char* argv[]) { "output", required_argument, 0, 'o'}, { "valid-from", required_argument, 0, 'f'}, { "valid-to", required_argument, 0, 't'}, + { "valid-duration", required_argument, 0, 'd'}, { "certificate", required_argument, 0, 'A' }, { "cinema", required_argument, 0, 'c' }, { "cinemas", no_argument, 0, 'B' }, |
